Shades of Pine Glade #BBBD84
Tints of Pine Glade #BBBD84
RGB
CMYK
RGB Variations
Color information
#BBBD84 (or 0xBBBD84) is known color: Pine Glade. HEX triplet: BB, BD and 84. RGB value is (187,189,132). Sum of RGB (Red+Green+Blue) = 187+189+132=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBD84 is #44427B. Grayscale: #B6B6B6. Windows color (decimal): -4473468 or 8699323. OLE color: 8699323.
HSL color Cylindrical-coordinate representation of color #BBBD84: hue angle of 62.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBBD84 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 132 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.26 |
| HSL | 62.11º | 0.3% | 0.63% | - |
| HSV(B) | 62.11º | 0.3% | 0.74% | - |
| XYZ | 42.86 | 48.63 | 28.96 | - |
| YUV | 181.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 132 | 0.01 | 0 | 0.30 | 0.26 | 62.11 | 0.3 | 0.63 |
| Hex | BB | BD | 84 | 1 | 0 | 1E | 1A | 3E | 1E | 3F |
| Octal | 273 | 275 | 204 | 1 | 0 | 36 | 32 | 76 | 36 | 77 |
| Binary | 10111011 | 10111101 | 10000100 | 1 | 0 | 11110 | 11010 | 111110 | 11110 | 111111 |
Color Harmonies of #BBBD84
Complementary color
Monochromatic Colors of #BBBD84
Black with #BBBD84
Text Example
Text Example
White with #BBBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD84; }
p { color: rgb(187,189,132); }
H1.HeaderClassName
{
color: #BBBD84;
}
.AnyTagClassName
{
color: #BBBD84;
}
</style>
background-color css
<style>
a { background-color: #BBBD84; }
a { background-color: rgb(187,189,132); }
div.DivClassName
{
background-color: #BBBD84;
}
.BgClassName
{
background-color: #BBBD84;
}
</style>
border-color css
<style>
span { border-color: #BBBD84; }
span { border-color: rgb(187,189,132); }
td.TdClassName
{
border-color: #BBBD84;
}
.TagClassName
{
border-color: #BBBD84;
}
</style>