Shades of Pine Glade #BAC276
Tints of Pine Glade #BAC276
RGB
CMYK
RGB Variations
Color information
#BAC276 (or 0xBAC276) is known color: Pine Glade. HEX triplet: BA, C2 and 76. RGB value is (186,194,118). Sum of RGB (Red+Green+Blue) = 186+194+118=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC276 is #453D89. Grayscale: #B7B7B7. Windows color (decimal): -4537738 or 7783098. OLE color: 7783098.
HSL color Cylindrical-coordinate representation of color #BAC276: hue angle of 66.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAC276 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 118 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.24 |
| HSL | 66.32º | 0.38% | 0.61% | - |
| HSV(B) | 66.32º | 0.39% | 0.76% | - |
| XYZ | 42.81 | 50.33 | 24.6 | - |
| YUV | 182.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 118 | 0.04 | 0 | 0.39 | 0.24 | 66.32 | 0.38 | 0.61 |
| Hex | BA | C2 | 76 | 4 | 0 | 27 | 18 | 42 | 26 | 3D |
| Octal | 272 | 302 | 166 | 4 | 0 | 47 | 30 | 102 | 46 | 75 |
| Binary | 10111010 | 11000010 | 1110110 | 100 | 0 | 100111 | 11000 | 1000010 | 100110 | 111101 |
Color Harmonies of #BAC276
Complementary color
Monochromatic Colors of #BAC276
Black with #BAC276
Text Example
Text Example
White with #BAC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC276; }
p { color: rgb(186,194,118); }
H1.HeaderClassName
{
color: #BAC276;
}
.AnyTagClassName
{
color: #BAC276;
}
</style>
background-color css
<style>
a { background-color: #BAC276; }
a { background-color: rgb(186,194,118); }
div.DivClassName
{
background-color: #BAC276;
}
.BgClassName
{
background-color: #BAC276;
}
</style>
border-color css
<style>
span { border-color: #BAC276; }
span { border-color: rgb(186,194,118); }
td.TdClassName
{
border-color: #BAC276;
}
.TagClassName
{
border-color: #BAC276;
}
</style>