Shades of Pine Glade #BAC37A
Tints of Pine Glade #BAC37A
RGB
CMYK
RGB Variations
Color information
#BAC37A (or 0xBAC37A) is known color: Pine Glade. HEX triplet: BA, C3 and 7A. RGB value is (186,195,122). Sum of RGB (Red+Green+Blue) = 186+195+122=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC37A is #453C85. Grayscale: #B8B8B8. Windows color (decimal): -4537478 or 8045498. OLE color: 8045498.
HSL color Cylindrical-coordinate representation of color #BAC37A: hue angle of 67.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC37A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 122 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.24 |
| HSL | 67.4º | 0.38% | 0.62% | - |
| HSV(B) | 67.4º | 0.37% | 0.76% | - |
| XYZ | 43.28 | 50.87 | 25.95 | - |
| YUV | 183.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 122 | 0.05 | 0 | 0.37 | 0.24 | 67.4 | 0.38 | 0.62 |
| Hex | BA | C3 | 7A | 5 | 0 | 25 | 18 | 43 | 26 | 3E |
| Octal | 272 | 303 | 172 | 5 | 0 | 45 | 30 | 103 | 46 | 76 |
| Binary | 10111010 | 11000011 | 1111010 | 101 | 0 | 100101 | 11000 | 1000011 | 100110 | 111110 |
Color Harmonies of #BAC37A
Complementary color
Monochromatic Colors of #BAC37A
Black with #BAC37A
Text Example
Text Example
White with #BAC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC37A; }
p { color: rgb(186,195,122); }
H1.HeaderClassName
{
color: #BAC37A;
}
.AnyTagClassName
{
color: #BAC37A;
}
</style>
background-color css
<style>
a { background-color: #BAC37A; }
a { background-color: rgb(186,195,122); }
div.DivClassName
{
background-color: #BAC37A;
}
.BgClassName
{
background-color: #BAC37A;
}
</style>
border-color css
<style>
span { border-color: #BAC37A; }
span { border-color: rgb(186,195,122); }
td.TdClassName
{
border-color: #BAC37A;
}
.TagClassName
{
border-color: #BAC37A;
}
</style>