Shades of Pine Glade #BABC89
Tints of Pine Glade #BABC89
RGB
CMYK
RGB Variations
Color information
#BABC89 (or 0xBABC89) is known color: Pine Glade. HEX triplet: BA, BC and 89. RGB value is (186,188,137). Sum of RGB (Red+Green+Blue) = 186+188+137=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC89 is #454376. Grayscale: #B5B5B5. Windows color (decimal): -4539255 or 9026746. OLE color: 9026746.
HSL color Cylindrical-coordinate representation of color #BABC89: hue angle of 62.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABC89 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 137 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.26 |
| HSL | 62.35º | 0.28% | 0.64% | - |
| HSV(B) | 62.35º | 0.27% | 0.74% | - |
| XYZ | 42.75 | 48.21 | 30.72 | - |
| YUV | 181.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 137 | 0.01 | 0 | 0.27 | 0.26 | 62.35 | 0.28 | 0.64 |
| Hex | BA | BC | 89 | 1 | 0 | 1B | 1A | 3E | 1C | 40 |
| Octal | 272 | 274 | 211 | 1 | 0 | 33 | 32 | 76 | 34 | 100 |
| Binary | 10111010 | 10111100 | 10001001 | 1 | 0 | 11011 | 11010 | 111110 | 11100 | 1000000 |
Color Harmonies of #BABC89
Complementary color
Monochromatic Colors of #BABC89
Black with #BABC89
Text Example
Text Example
White with #BABC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC89; }
p { color: rgb(186,188,137); }
H1.HeaderClassName
{
color: #BABC89;
}
.AnyTagClassName
{
color: #BABC89;
}
</style>
background-color css
<style>
a { background-color: #BABC89; }
a { background-color: rgb(186,188,137); }
div.DivClassName
{
background-color: #BABC89;
}
.BgClassName
{
background-color: #BABC89;
}
</style>
border-color css
<style>
span { border-color: #BABC89; }
span { border-color: rgb(186,188,137); }
td.TdClassName
{
border-color: #BABC89;
}
.TagClassName
{
border-color: #BABC89;
}
</style>