Shades of Pine Glade #BABD89
Tints of Pine Glade #BABD89
RGB
CMYK
RGB Variations
Color information
#BABD89 (or 0xBABD89) is known color: Pine Glade. HEX triplet: BA, BD and 89. RGB value is (186,189,137). Sum of RGB (Red+Green+Blue) = 186+189+137=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD89 is #454276. Grayscale: #B6B6B6. Windows color (decimal): -4538999 or 9027002. OLE color: 9027002.
HSL color Cylindrical-coordinate representation of color #BABD89: hue angle of 63.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BABD89 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 137 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.26 |
| HSL | 63.46º | 0.28% | 0.64% | - |
| HSV(B) | 63.46º | 0.28% | 0.74% | - |
| XYZ | 42.96 | 48.64 | 30.79 | - |
| YUV | 182.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 137 | 0.02 | 0 | 0.28 | 0.26 | 63.46 | 0.28 | 0.64 |
| Hex | BA | BD | 89 | 2 | 0 | 1C | 1A | 3F | 1C | 40 |
| Octal | 272 | 275 | 211 | 2 | 0 | 34 | 32 | 77 | 34 | 100 |
| Binary | 10111010 | 10111101 | 10001001 | 10 | 0 | 11100 | 11010 | 111111 | 11100 | 1000000 |
Color Harmonies of #BABD89
Complementary color
Monochromatic Colors of #BABD89
Black with #BABD89
Text Example
Text Example
White with #BABD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD89; }
p { color: rgb(186,189,137); }
H1.HeaderClassName
{
color: #BABD89;
}
.AnyTagClassName
{
color: #BABD89;
}
</style>
background-color css
<style>
a { background-color: #BABD89; }
a { background-color: rgb(186,189,137); }
div.DivClassName
{
background-color: #BABD89;
}
.BgClassName
{
background-color: #BABD89;
}
</style>
border-color css
<style>
span { border-color: #BABD89; }
span { border-color: rgb(186,189,137); }
td.TdClassName
{
border-color: #BABD89;
}
.TagClassName
{
border-color: #BABD89;
}
</style>