Shades of Pine Glade #BABB7D
Tints of Pine Glade #BABB7D
RGB
CMYK
RGB Variations
Color information
#BABB7D (or 0xBABB7D) is known color: Pine Glade. HEX triplet: BA, BB and 7D. RGB value is (186,187,125). Sum of RGB (Red+Green+Blue) = 186+187+125=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7D is #454482. Grayscale: #B3B3B3. Windows color (decimal): -4539523 or 8240058. OLE color: 8240058.
HSL color Cylindrical-coordinate representation of color #BABB7D: hue angle of 60.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABB7D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 125 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.27 |
| HSL | 60.97º | 0.31% | 0.61% | - |
| HSV(B) | 60.97º | 0.33% | 0.73% | - |
| XYZ | 41.72 | 47.46 | 26.36 | - |
| YUV | 179.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 125 | 0.01 | 0 | 0.33 | 0.27 | 60.97 | 0.31 | 0.61 |
| Hex | BA | BB | 7D | 1 | 0 | 21 | 1B | 3D | 1F | 3D |
| Octal | 272 | 273 | 175 | 1 | 0 | 41 | 33 | 75 | 37 | 75 |
| Binary | 10111010 | 10111011 | 1111101 | 1 | 0 | 100001 | 11011 | 111101 | 11111 | 111101 |
Color Harmonies of #BABB7D
Complementary color
Monochromatic Colors of #BABB7D
Black with #BABB7D
Text Example
Text Example
White with #BABB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB7D; }
p { color: rgb(186,187,125); }
H1.HeaderClassName
{
color: #BABB7D;
}
.AnyTagClassName
{
color: #BABB7D;
}
</style>
background-color css
<style>
a { background-color: #BABB7D; }
a { background-color: rgb(186,187,125); }
div.DivClassName
{
background-color: #BABB7D;
}
.BgClassName
{
background-color: #BABB7D;
}
</style>
border-color css
<style>
span { border-color: #BABB7D; }
span { border-color: rgb(186,187,125); }
td.TdClassName
{
border-color: #BABB7D;
}
.TagClassName
{
border-color: #BABB7D;
}
</style>