#B5BC78

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

Shades of Pine Glade #B5BC78

Tints of Pine Glade #B5BC78

Color information

#B5BC78 (or 0xB5BC78) is unknown color: approx Pine Glade. HEX triplet: B5, BC and 78. RGB value is (181,188,120). Sum of RGB (Red+Green+Blue) = 181+188+120=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC78 is #4A4387. Grayscale: #B2B2B2. Windows color (decimal): -4866952 or 7912629. OLE color: 7912629.

HSL color Cylindrical-coordinate representation of color #B5BC78: hue angle of 66.18º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5BC78 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB181188120-
CMYK0.0400.360.26
HSL66.18º33.66%60.39%-
HSV(B)66.18º36.17%73.73%-
XYZ40.4347.1524.74-
YUV178.1695.18130.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=37.01%
G=38.45%
B=24.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881200.0400.360.2666.1833.6660.39
HexB5BC7840241A42223c
Octal2652741704044321024274
Binary101101011011110011110001000100100110101000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC78; }

 p { color: rgb(181,188,120); }

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

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

 a { background-color: rgb(181,188,120); }

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

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

 span { border-color: rgb(181,188,120); }

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