#B9BF76

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

Shades of Pine Glade #B9BF76

Tints of Pine Glade #B9BF76

Color information

#B9BF76 (or 0xB9BF76) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 76. RGB value is (185,191,118). Sum of RGB (Red+Green+Blue) = 185+191+118=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF76 is #464089. Grayscale: #B5B5B5. Windows color (decimal): -4604042 or 7782329. OLE color: 7782329.

HSL color Cylindrical-coordinate representation of color #B9BF76: hue angle of 64.93º 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 #B9BF76 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB185191118-
CMYK0.0300.380.25
HSL64.93º36.32%60.59%-
HSV(B)64.93º38.22%74.9%-
XYZ41.9148.8824.37-
YUV180.8892.51130.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=37.45%
G=38.66%
B=23.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911180.0300.380.2564.9336.3260.59
HexB9BF7630261941243d
Octal2712771663046311014475
Binary10111001101111111110110110100110110011000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF76; }

 p { color: rgb(185,191,118); }

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

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

 a { background-color: rgb(185,191,118); }

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

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

 span { border-color: rgb(185,191,118); }

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