Shades of Pine Glade #BAC577
Tints of Pine Glade #BAC577
RGB
CMYK
RGB Variations
Color information
#BAC577 (or 0xBAC577) is known color: Pine Glade. HEX triplet: BA, C5 and 77. RGB value is (186,197,119). Sum of RGB (Red+Green+Blue) = 186+197+119=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC577 is #453A88. Grayscale: #B9B9B9. Windows color (decimal): -4536969 or 7849402. OLE color: 7849402.
HSL color Cylindrical-coordinate representation of color #BAC577: hue angle of 68.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC577 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 119 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.23 |
| HSL | 68.46º | 0.4% | 0.62% | - |
| HSV(B) | 68.46º | 0.4% | 0.77% | - |
| XYZ | 43.55 | 51.7 | 25.14 | - |
| YUV | 184.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 119 | 0.06 | 0 | 0.40 | 0.23 | 68.46 | 0.4 | 0.62 |
| Hex | BA | C5 | 77 | 6 | 0 | 28 | 17 | 44 | 28 | 3E |
| Octal | 272 | 305 | 167 | 6 | 0 | 50 | 27 | 104 | 50 | 76 |
| Binary | 10111010 | 11000101 | 1110111 | 110 | 0 | 101000 | 10111 | 1000100 | 101000 | 111110 |
Color Harmonies of #BAC577
Complementary color
Monochromatic Colors of #BAC577
Black with #BAC577
Text Example
Text Example
White with #BAC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC577; }
p { color: rgb(186,197,119); }
H1.HeaderClassName
{
color: #BAC577;
}
.AnyTagClassName
{
color: #BAC577;
}
</style>
background-color css
<style>
a { background-color: #BAC577; }
a { background-color: rgb(186,197,119); }
div.DivClassName
{
background-color: #BAC577;
}
.BgClassName
{
background-color: #BAC577;
}
</style>
border-color css
<style>
span { border-color: #BAC577; }
span { border-color: rgb(186,197,119); }
td.TdClassName
{
border-color: #BAC577;
}
.TagClassName
{
border-color: #BAC577;
}
</style>