Shades of Pine Glade #BABC76
Tints of Pine Glade #BABC76
RGB
CMYK
RGB Variations
Color information
#BABC76 (or 0xBABC76) is known color: Pine Glade. HEX triplet: BA, BC and 76. RGB value is (186,188,118). Sum of RGB (Red+Green+Blue) = 186+188+118=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC76 is #454389. Grayscale: #B3B3B3. Windows color (decimal): -4539274 or 7781562. OLE color: 7781562.
HSL color Cylindrical-coordinate representation of color #BABC76: hue angle of 61.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BABC76 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 118 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.26 |
| HSL | 61.71º | 0.34% | 0.6% | - |
| HSV(B) | 61.71º | 0.37% | 0.74% | - |
| XYZ | 41.5 | 47.71 | 24.16 | - |
| YUV | 179.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 118 | 0.01 | 0 | 0.37 | 0.26 | 61.71 | 0.34 | 0.6 |
| Hex | BA | BC | 76 | 1 | 0 | 25 | 1A | 3E | 22 | 3C |
| Octal | 272 | 274 | 166 | 1 | 0 | 45 | 32 | 76 | 42 | 74 |
| Binary | 10111010 | 10111100 | 1110110 | 1 | 0 | 100101 | 11010 | 111110 | 100010 | 111100 |
Color Harmonies of #BABC76
Complementary color
Monochromatic Colors of #BABC76
Black with #BABC76
Text Example
Text Example
White with #BABC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC76; }
p { color: rgb(186,188,118); }
H1.HeaderClassName
{
color: #BABC76;
}
.AnyTagClassName
{
color: #BABC76;
}
</style>
background-color css
<style>
a { background-color: #BABC76; }
a { background-color: rgb(186,188,118); }
div.DivClassName
{
background-color: #BABC76;
}
.BgClassName
{
background-color: #BABC76;
}
</style>
border-color css
<style>
span { border-color: #BABC76; }
span { border-color: rgb(186,188,118); }
td.TdClassName
{
border-color: #BABC76;
}
.TagClassName
{
border-color: #BABC76;
}
</style>