Shades of Pine Glade #BABB78
Tints of Pine Glade #BABB78
RGB
CMYK
RGB Variations
Color information
#BABB78 (or 0xBABB78) is known color: Pine Glade. HEX triplet: BA, BB and 78. RGB value is (186,187,120). Sum of RGB (Red+Green+Blue) = 186+187+120=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB78 is #454487. Grayscale: #B3B3B3. Windows color (decimal): -4539528 or 7912378. OLE color: 7912378.
HSL color Cylindrical-coordinate representation of color #BABB78: hue angle of 60.9º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BABB78 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 120 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.27 |
| HSL | 60.9º | 0.33% | 0.6% | - |
| HSV(B) | 60.9º | 0.36% | 0.73% | - |
| XYZ | 41.41 | 47.34 | 24.72 | - |
| YUV | 179.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 120 | 0.01 | 0 | 0.36 | 0.27 | 60.9 | 0.33 | 0.6 |
| Hex | BA | BB | 78 | 1 | 0 | 24 | 1B | 3D | 21 | 3C |
| Octal | 272 | 273 | 170 | 1 | 0 | 44 | 33 | 75 | 41 | 74 |
| Binary | 10111010 | 10111011 | 1111000 | 1 | 0 | 100100 | 11011 | 111101 | 100001 | 111100 |
Color Harmonies of #BABB78
Complementary color
Monochromatic Colors of #BABB78
Black with #BABB78
Text Example
Text Example
White with #BABB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB78; }
p { color: rgb(186,187,120); }
H1.HeaderClassName
{
color: #BABB78;
}
.AnyTagClassName
{
color: #BABB78;
}
</style>
background-color css
<style>
a { background-color: #BABB78; }
a { background-color: rgb(186,187,120); }
div.DivClassName
{
background-color: #BABB78;
}
.BgClassName
{
background-color: #BABB78;
}
</style>
border-color css
<style>
span { border-color: #BABB78; }
span { border-color: rgb(186,187,120); }
td.TdClassName
{
border-color: #BABB78;
}
.TagClassName
{
border-color: #BABB78;
}
</style>