Shades of Pine Glade #BABB87
Tints of Pine Glade #BABB87
RGB
CMYK
RGB Variations
Color information
#BABB87 (or 0xBABB87) is known color: Pine Glade. HEX triplet: BA, BB and 87. RGB value is (186,187,135). Sum of RGB (Red+Green+Blue) = 186+187+135=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB87 is #454478. Grayscale: #B4B4B4. Windows color (decimal): -4539513 or 8895418. OLE color: 8895418.
HSL color Cylindrical-coordinate representation of color #BABB87: hue angle of 61.15º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BABB87 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 135 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.27 |
| HSL | 61.15º | 0.28% | 0.63% | - |
| HSV(B) | 61.15º | 0.28% | 0.73% | - |
| XYZ | 42.39 | 47.73 | 29.9 | - |
| YUV | 180.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 135 | 0.01 | 0 | 0.28 | 0.27 | 61.15 | 0.28 | 0.63 |
| Hex | BA | BB | 87 | 1 | 0 | 1C | 1B | 3D | 1C | 3F |
| Octal | 272 | 273 | 207 | 1 | 0 | 34 | 33 | 75 | 34 | 77 |
| Binary | 10111010 | 10111011 | 10000111 | 1 | 0 | 11100 | 11011 | 111101 | 11100 | 111111 |
Color Harmonies of #BABB87
Complementary color
Monochromatic Colors of #BABB87
Black with #BABB87
Text Example
Text Example
White with #BABB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB87; }
p { color: rgb(186,187,135); }
H1.HeaderClassName
{
color: #BABB87;
}
.AnyTagClassName
{
color: #BABB87;
}
</style>
background-color css
<style>
a { background-color: #BABB87; }
a { background-color: rgb(186,187,135); }
div.DivClassName
{
background-color: #BABB87;
}
.BgClassName
{
background-color: #BABB87;
}
</style>
border-color css
<style>
span { border-color: #BABB87; }
span { border-color: rgb(186,187,135); }
td.TdClassName
{
border-color: #BABB87;
}
.TagClassName
{
border-color: #BABB87;
}
</style>