Shades of Pine Glade #B9BB74
Tints of Pine Glade #B9BB74
RGB
CMYK
RGB Variations
Color information
#B9BB74 (or 0xB9BB74) is known color: Pine Glade. HEX triplet: B9, BB and 74. RGB value is (185,187,116). Sum of RGB (Red+Green+Blue) = 185+187+116=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BB74 is #46448B. Grayscale: #B2B2B2. Windows color (decimal): -4605068 or 7650233. OLE color: 7650233.
HSL color Cylindrical-coordinate representation of color #B9BB74: hue angle of 61.69º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9BB74 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 187 | 116 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.27 |
| HSL | 61.69º | 0.34% | 0.59% | - |
| HSV(B) | 61.69º | 0.38% | 0.73% | - |
| XYZ | 40.93 | 47.12 | 23.46 | - |
| YUV | 178.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 187 | 116 | 0.01 | 0 | 0.38 | 0.27 | 61.69 | 0.34 | 0.59 |
| Hex | B9 | BB | 74 | 1 | 0 | 26 | 1B | 3E | 22 | 3B |
| Octal | 271 | 273 | 164 | 1 | 0 | 46 | 33 | 76 | 42 | 73 |
| Binary | 10111001 | 10111011 | 1110100 | 1 | 0 | 100110 | 11011 | 111110 | 100010 | 111011 |
Color Harmonies of #B9BB74
Complementary color
Monochromatic Colors of #B9BB74
Black with #B9BB74
Text Example
Text Example
White with #B9BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BB74; }
p { color: rgb(185,187,116); }
H1.HeaderClassName
{
color: #B9BB74;
}
.AnyTagClassName
{
color: #B9BB74;
}
</style>
background-color css
<style>
a { background-color: #B9BB74; }
a { background-color: rgb(185,187,116); }
div.DivClassName
{
background-color: #B9BB74;
}
.BgClassName
{
background-color: #B9BB74;
}
</style>
border-color css
<style>
span { border-color: #B9BB74; }
span { border-color: rgb(185,187,116); }
td.TdClassName
{
border-color: #B9BB74;
}
.TagClassName
{
border-color: #B9BB74;
}
</style>