#B8C479

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

Shades of Pine Glade #B8C479

Tints of Pine Glade #B8C479

Color information

#B8C479 (or 0xB8C479) is unknown color: approx Pine Glade. HEX triplet: B8, C4 and 79. RGB value is (184,196,121). Sum of RGB (Red+Green+Blue) = 184+196+121=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C479 is #473B86. Grayscale: #B8B8B8. Windows color (decimal): -4668295 or 7980216. OLE color: 7980216.

HSL color Cylindrical-coordinate representation of color #B8C479: hue angle of 69.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8C479 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB184196121-
CMYK0.0600.380.23
HSL69.6º38.86%62.16%-
HSV(B)69.6º38.27%76.86%-
XYZ42.9651.0525.68-
YUV183.8692.52128.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=36.73%
G=39.12%
B=24.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841961210.0600.380.2369.638.8662.16
HexB8C47960261746273e
Octal2703041716046271064776
Binary101110001100010011110011100100110101111000110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C479; }

 p { color: rgb(184,196,121); }

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

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

 a { background-color: rgb(184,196,121); }

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

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

 span { border-color: rgb(184,196,121); }

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