Shades of Pine Glade #BAB878
Tints of Pine Glade #BAB878
RGB
CMYK
RGB Variations
Color information
#BAB878 (or 0xBAB878) is known color: Pine Glade. HEX triplet: BA, B8 and 78. RGB value is (186,184,120). Sum of RGB (Red+Green+Blue) = 186+184+120=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB878 is #454787. Grayscale: #B1B1B1. Windows color (decimal): -4540296 or 7911610. OLE color: 7911610.
HSL color Cylindrical-coordinate representation of color #BAB878: hue angle of 58.18º 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 #BAB878 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 120 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.27 |
| HSL | 58.18º | 0.32% | 0.6% | - |
| HSV(B) | 58.18º | 0.35% | 0.73% | - |
| XYZ | 40.78 | 46.08 | 24.51 | - |
| YUV | 177.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 120 | 0 | 0.01 | 0.35 | 0.27 | 58.18 | 0.32 | 0.6 |
| Hex | BA | B8 | 78 | 0 | 1 | 23 | 1B | 3A | 20 | 3C |
| Octal | 272 | 270 | 170 | 0 | 1 | 43 | 33 | 72 | 40 | 74 |
| Binary | 10111010 | 10111000 | 1111000 | 0 | 1 | 100011 | 11011 | 111010 | 100000 | 111100 |
Color Harmonies of #BAB878
Complementary color
Monochromatic Colors of #BAB878
Black with #BAB878
Text Example
Text Example
White with #BAB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB878; }
p { color: rgb(186,184,120); }
H1.HeaderClassName
{
color: #BAB878;
}
.AnyTagClassName
{
color: #BAB878;
}
</style>
background-color css
<style>
a { background-color: #BAB878; }
a { background-color: rgb(186,184,120); }
div.DivClassName
{
background-color: #BAB878;
}
.BgClassName
{
background-color: #BAB878;
}
</style>
border-color css
<style>
span { border-color: #BAB878; }
span { border-color: rgb(186,184,120); }
td.TdClassName
{
border-color: #BAB878;
}
.TagClassName
{
border-color: #BAB878;
}
</style>