#B7C078

Color #B7C078 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B7C078

Tints of Pine Glade #B7C078

Color information

#B7C078 (or 0xB7C078) is unknown color: approx Pine Glade. HEX triplet: B7, C0 and 78. RGB value is (183,192,120). Sum of RGB (Red+Green+Blue) = 183+192+120=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C078 is #483F87. Grayscale: #B5B5B5. Windows color (decimal): -4734856 or 7913655. OLE color: 7913655.

HSL color Cylindrical-coordinate representation of color #B7C078: hue angle of 67.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7C078 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB183192120-
CMYK0.0500.380.25
HSL67.5º36.36%61.18%-
HSV(B)67.5º37.5%75.29%-
XYZ41.7749.1225.05-
YUV181.193.52129.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=36.97%
G=38.79%
B=24.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921200.0500.380.2567.536.3661.18
HexB7C07850261944243d
Octal2673001705046311044475
Binary101101111100000011110001010100110110011000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C078; }

 p { color: rgb(183,192,120); }

 H1.HeaderClassName
 {
   color: #B7C078;
 }
 .AnyTagClassName
 {
   color: #B7C078;
 }
</style>
background-color css

<style>
 a { background-color: #B7C078; }

 a { background-color: rgb(183,192,120); }

 div.DivClassName
 {
   background-color: #B7C078;
 }
 .BgClassName
 {
   background-color: #B7C078;
 }
</style>
border-color css

<style>
 span { border-color: #B7C078; }

 span { border-color: rgb(183,192,120); }

 td.TdClassName
 {
   border-color: #B7C078;
 }
 .TagClassName
 {
   border-color: #B7C078;
 }
</style>