Shades of Pine Glade #BABC85
Tints of Pine Glade #BABC85
RGB
CMYK
RGB Variations
Color information
#BABC85 (or 0xBABC85) is known color: Pine Glade. HEX triplet: BA, BC and 85. RGB value is (186,188,133). Sum of RGB (Red+Green+Blue) = 186+188+133=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC85 is #45437A. Grayscale: #B5B5B5. Windows color (decimal): -4539259 or 8764602. OLE color: 8764602.
HSL color Cylindrical-coordinate representation of color #BABC85: hue angle of 62.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BABC85 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 133 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.26 |
| HSL | 62.18º | 0.29% | 0.63% | - |
| HSV(B) | 62.18º | 0.29% | 0.74% | - |
| XYZ | 42.47 | 48.1 | 29.24 | - |
| YUV | 181.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 133 | 0.01 | 0 | 0.29 | 0.26 | 62.18 | 0.29 | 0.63 |
| Hex | BA | BC | 85 | 1 | 0 | 1D | 1A | 3E | 1D | 3F |
| Octal | 272 | 274 | 205 | 1 | 0 | 35 | 32 | 76 | 35 | 77 |
| Binary | 10111010 | 10111100 | 10000101 | 1 | 0 | 11101 | 11010 | 111110 | 11101 | 111111 |
Color Harmonies of #BABC85
Complementary color
Monochromatic Colors of #BABC85
Black with #BABC85
Text Example
Text Example
White with #BABC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC85; }
p { color: rgb(186,188,133); }
H1.HeaderClassName
{
color: #BABC85;
}
.AnyTagClassName
{
color: #BABC85;
}
</style>
background-color css
<style>
a { background-color: #BABC85; }
a { background-color: rgb(186,188,133); }
div.DivClassName
{
background-color: #BABC85;
}
.BgClassName
{
background-color: #BABC85;
}
</style>
border-color css
<style>
span { border-color: #BABC85; }
span { border-color: rgb(186,188,133); }
td.TdClassName
{
border-color: #BABC85;
}
.TagClassName
{
border-color: #BABC85;
}
</style>