Shades of Pine Glade #BAB879
Tints of Pine Glade #BAB879
RGB
CMYK
RGB Variations
Color information
#BAB879 (or 0xBAB879) is known color: Pine Glade. HEX triplet: BA, B8 and 79. RGB value is (186,184,121). Sum of RGB (Red+Green+Blue) = 186+184+121=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB879 is #454786. Grayscale: #B1B1B1. Windows color (decimal): -4540295 or 7977146. OLE color: 7977146.
HSL color Cylindrical-coordinate representation of color #BAB879: hue angle of 58.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB879 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 121 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.27 |
| HSL | 58.15º | 0.32% | 0.6% | - |
| HSV(B) | 58.15º | 0.35% | 0.73% | - |
| XYZ | 40.84 | 46.1 | 24.83 | - |
| YUV | 177.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 121 | 0 | 0.01 | 0.35 | 0.27 | 58.15 | 0.32 | 0.6 |
| Hex | BA | B8 | 79 | 0 | 1 | 23 | 1B | 3A | 20 | 3C |
| Octal | 272 | 270 | 171 | 0 | 1 | 43 | 33 | 72 | 40 | 74 |
| Binary | 10111010 | 10111000 | 1111001 | 0 | 1 | 100011 | 11011 | 111010 | 100000 | 111100 |
Color Harmonies of #BAB879
Complementary color
Monochromatic Colors of #BAB879
Black with #BAB879
Text Example
Text Example
White with #BAB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB879; }
p { color: rgb(186,184,121); }
H1.HeaderClassName
{
color: #BAB879;
}
.AnyTagClassName
{
color: #BAB879;
}
</style>
background-color css
<style>
a { background-color: #BAB879; }
a { background-color: rgb(186,184,121); }
div.DivClassName
{
background-color: #BAB879;
}
.BgClassName
{
background-color: #BAB879;
}
</style>
border-color css
<style>
span { border-color: #BAB879; }
span { border-color: rgb(186,184,121); }
td.TdClassName
{
border-color: #BAB879;
}
.TagClassName
{
border-color: #BAB879;
}
</style>