Shades of Pine Glade #BAB77B
Tints of Pine Glade #BAB77B
RGB
CMYK
RGB Variations
Color information
#BAB77B (or 0xBAB77B) is known color: Pine Glade. HEX triplet: BA, B7 and 7B. RGB value is (186,183,123). Sum of RGB (Red+Green+Blue) = 186+183+123=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77B is #454884. Grayscale: #B1B1B1. Windows color (decimal): -4540549 or 8107962. OLE color: 8107962.
HSL color Cylindrical-coordinate representation of color #BAB77B: hue angle of 57.14º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAB77B is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 123 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.27 |
| HSL | 57.14º | 0.31% | 0.61% | - |
| HSV(B) | 57.14º | 0.34% | 0.73% | - |
| XYZ | 40.76 | 45.74 | 25.42 | - |
| YUV | 177.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 123 | 0 | 0.02 | 0.34 | 0.27 | 57.14 | 0.31 | 0.61 |
| Hex | BA | B7 | 7B | 0 | 2 | 22 | 1B | 39 | 1F | 3D |
| Octal | 272 | 267 | 173 | 0 | 2 | 42 | 33 | 71 | 37 | 75 |
| Binary | 10111010 | 10110111 | 1111011 | 0 | 10 | 100010 | 11011 | 111001 | 11111 | 111101 |
Color Harmonies of #BAB77B
Complementary color
Monochromatic Colors of #BAB77B
Black with #BAB77B
Text Example
Text Example
White with #BAB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB77B; }
p { color: rgb(186,183,123); }
H1.HeaderClassName
{
color: #BAB77B;
}
.AnyTagClassName
{
color: #BAB77B;
}
</style>
background-color css
<style>
a { background-color: #BAB77B; }
a { background-color: rgb(186,183,123); }
div.DivClassName
{
background-color: #BAB77B;
}
.BgClassName
{
background-color: #BAB77B;
}
</style>
border-color css
<style>
span { border-color: #BAB77B; }
span { border-color: rgb(186,183,123); }
td.TdClassName
{
border-color: #BAB77B;
}
.TagClassName
{
border-color: #BAB77B;
}
</style>