#B9C079

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

Shades of Pine Glade #B9C079

Tints of Pine Glade #B9C079

Color information

#B9C079 (or 0xB9C079) is unknown color: approx Pine Glade. HEX triplet: B9, C0 and 79. RGB value is (185,192,121). Sum of RGB (Red+Green+Blue) = 185+192+121=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C079 is #463F86. Grayscale: #B6B6B6. Windows color (decimal): -4603783 or 7979193. OLE color: 7979193.

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

Color convert

RGB185192121-
CMYK0.0400.370.25
HSL65.92º36.04%61.37%-
HSV(B)65.92º36.98%75.29%-
XYZ42.3149.3925.39-
YUV181.8193.68130.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=37.15%
G=38.55%
B=24.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921210.0400.370.2565.9236.0461.37
HexB9C07940251942243d
Octal2713001714045311024475
Binary101110011100000011110011000100101110011000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C079; }

 p { color: rgb(185,192,121); }

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

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

 a { background-color: rgb(185,192,121); }

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

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

 span { border-color: rgb(185,192,121); }

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