Shades of Pine Glade #BABD84
Tints of Pine Glade #BABD84
RGB
CMYK
RGB Variations
Color information
#BABD84 (or 0xBABD84) is known color: Pine Glade. HEX triplet: BA, BD and 84. RGB value is (186,189,132). Sum of RGB (Red+Green+Blue) = 186+189+132=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD84 is #45427B. Grayscale: #B5B5B5. Windows color (decimal): -4539004 or 8699322. OLE color: 8699322.
HSL color Cylindrical-coordinate representation of color #BABD84: hue angle of 63.16º 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 #BABD84 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 132 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.26 |
| HSL | 63.16º | 0.3% | 0.63% | - |
| HSV(B) | 63.16º | 0.3% | 0.74% | - |
| XYZ | 42.61 | 48.5 | 28.95 | - |
| YUV | 181.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 132 | 0.02 | 0 | 0.30 | 0.26 | 63.16 | 0.3 | 0.63 |
| Hex | BA | BD | 84 | 2 | 0 | 1E | 1A | 3F | 1E | 3F |
| Octal | 272 | 275 | 204 | 2 | 0 | 36 | 32 | 77 | 36 | 77 |
| Binary | 10111010 | 10111101 | 10000100 | 10 | 0 | 11110 | 11010 | 111111 | 11110 | 111111 |
Color Harmonies of #BABD84
Complementary color
Monochromatic Colors of #BABD84
Black with #BABD84
Text Example
Text Example
White with #BABD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD84; }
p { color: rgb(186,189,132); }
H1.HeaderClassName
{
color: #BABD84;
}
.AnyTagClassName
{
color: #BABD84;
}
</style>
background-color css
<style>
a { background-color: #BABD84; }
a { background-color: rgb(186,189,132); }
div.DivClassName
{
background-color: #BABD84;
}
.BgClassName
{
background-color: #BABD84;
}
</style>
border-color css
<style>
span { border-color: #BABD84; }
span { border-color: rgb(186,189,132); }
td.TdClassName
{
border-color: #BABD84;
}
.TagClassName
{
border-color: #BABD84;
}
</style>