Shades of Pine Glade #BAB882
Tints of Pine Glade #BAB882
RGB
CMYK
RGB Variations
Color information
#BAB882 (or 0xBAB882) is known color: Pine Glade. HEX triplet: BA, B8 and 82. RGB value is (186,184,130). Sum of RGB (Red+Green+Blue) = 186+184+130=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB882 is #45477D. Grayscale: #B2B2B2. Windows color (decimal): -4540286 or 8566970. OLE color: 8566970.
HSL color Cylindrical-coordinate representation of color #BAB882: hue angle of 57.86º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB882 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 130 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.27 |
| HSL | 57.86º | 0.29% | 0.62% | - |
| HSV(B) | 57.86º | 0.3% | 0.73% | - |
| XYZ | 41.42 | 46.33 | 27.88 | - |
| YUV | 178.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 130 | 0 | 0.01 | 0.30 | 0.27 | 57.86 | 0.29 | 0.62 |
| Hex | BA | B8 | 82 | 0 | 1 | 1E | 1B | 3A | 1D | 3E |
| Octal | 272 | 270 | 202 | 0 | 1 | 36 | 33 | 72 | 35 | 76 |
| Binary | 10111010 | 10111000 | 10000010 | 0 | 1 | 11110 | 11011 | 111010 | 11101 | 111110 |
Color Harmonies of #BAB882
Complementary color
Monochromatic Colors of #BAB882
Black with #BAB882
Text Example
Text Example
White with #BAB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB882; }
p { color: rgb(186,184,130); }
H1.HeaderClassName
{
color: #BAB882;
}
.AnyTagClassName
{
color: #BAB882;
}
</style>
background-color css
<style>
a { background-color: #BAB882; }
a { background-color: rgb(186,184,130); }
div.DivClassName
{
background-color: #BAB882;
}
.BgClassName
{
background-color: #BAB882;
}
</style>
border-color css
<style>
span { border-color: #BAB882; }
span { border-color: rgb(186,184,130); }
td.TdClassName
{
border-color: #BAB882;
}
.TagClassName
{
border-color: #BAB882;
}
</style>