Shades of Pine Glade #BAB97A
Tints of Pine Glade #BAB97A
RGB
CMYK
RGB Variations
Color information
#BAB97A (or 0xBAB97A) is known color: Pine Glade. HEX triplet: BA, B9 and 7A. RGB value is (186,185,122). Sum of RGB (Red+Green+Blue) = 186+185+122=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB97A is #454685. Grayscale: #B2B2B2. Windows color (decimal): -4540038 or 8042938. OLE color: 8042938.
HSL color Cylindrical-coordinate representation of color #BAB97A: hue angle of 59.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB97A is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 122 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.27 |
| HSL | 59.06º | 0.32% | 0.6% | - |
| HSV(B) | 59.06º | 0.34% | 0.73% | - |
| XYZ | 41.11 | 46.54 | 25.23 | - |
| YUV | 178.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 122 | 0 | 0.01 | 0.34 | 0.27 | 59.06 | 0.32 | 0.6 |
| Hex | BA | B9 | 7A | 0 | 1 | 22 | 1B | 3B | 20 | 3C |
| Octal | 272 | 271 | 172 | 0 | 1 | 42 | 33 | 73 | 40 | 74 |
| Binary | 10111010 | 10111001 | 1111010 | 0 | 1 | 100010 | 11011 | 111011 | 100000 | 111100 |
Color Harmonies of #BAB97A
Complementary color
Monochromatic Colors of #BAB97A
Black with #BAB97A
Text Example
Text Example
White with #BAB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB97A; }
p { color: rgb(186,185,122); }
H1.HeaderClassName
{
color: #BAB97A;
}
.AnyTagClassName
{
color: #BAB97A;
}
</style>
background-color css
<style>
a { background-color: #BAB97A; }
a { background-color: rgb(186,185,122); }
div.DivClassName
{
background-color: #BAB97A;
}
.BgClassName
{
background-color: #BAB97A;
}
</style>
border-color css
<style>
span { border-color: #BAB97A; }
span { border-color: rgb(186,185,122); }
td.TdClassName
{
border-color: #BAB97A;
}
.TagClassName
{
border-color: #BAB97A;
}
</style>