Shades of Pine Glade #BABB7A
Tints of Pine Glade #BABB7A
RGB
CMYK
RGB Variations
Color information
#BABB7A (or 0xBABB7A) is known color: Pine Glade. HEX triplet: BA, BB and 7A. RGB value is (186,187,122). Sum of RGB (Red+Green+Blue) = 186+187+122=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7A is #454485. Grayscale: #B3B3B3. Windows color (decimal): -4539526 or 8043450. OLE color: 8043450.
HSL color Cylindrical-coordinate representation of color #BABB7A: hue angle of 60.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BABB7A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 122 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.27 |
| HSL | 60.92º | 0.32% | 0.61% | - |
| HSV(B) | 60.92º | 0.35% | 0.73% | - |
| XYZ | 41.53 | 47.38 | 25.37 | - |
| YUV | 179.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 122 | 0.01 | 0 | 0.35 | 0.27 | 60.92 | 0.32 | 0.61 |
| Hex | BA | BB | 7A | 1 | 0 | 23 | 1B | 3D | 20 | 3D |
| Octal | 272 | 273 | 172 | 1 | 0 | 43 | 33 | 75 | 40 | 75 |
| Binary | 10111010 | 10111011 | 1111010 | 1 | 0 | 100011 | 11011 | 111101 | 100000 | 111101 |
Color Harmonies of #BABB7A
Complementary color
Monochromatic Colors of #BABB7A
Black with #BABB7A
Text Example
Text Example
White with #BABB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB7A; }
p { color: rgb(186,187,122); }
H1.HeaderClassName
{
color: #BABB7A;
}
.AnyTagClassName
{
color: #BABB7A;
}
</style>
background-color css
<style>
a { background-color: #BABB7A; }
a { background-color: rgb(186,187,122); }
div.DivClassName
{
background-color: #BABB7A;
}
.BgClassName
{
background-color: #BABB7A;
}
</style>
border-color css
<style>
span { border-color: #BABB7A; }
span { border-color: rgb(186,187,122); }
td.TdClassName
{
border-color: #BABB7A;
}
.TagClassName
{
border-color: #BABB7A;
}
</style>