Shades of Pine Glade #BAC272
Tints of Pine Glade #BAC272
RGB
CMYK
RGB Variations
Color information
#BAC272 (or 0xBAC272) is known color: Pine Glade. HEX triplet: BA, C2 and 72. RGB value is (186,194,114). Sum of RGB (Red+Green+Blue) = 186+194+114=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC272 is #453D8D. Grayscale: #B6B6B6. Windows color (decimal): -4537742 or 7520954. OLE color: 7520954.
HSL color Cylindrical-coordinate representation of color #BAC272: hue angle of 66º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAC272 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 114 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.24 |
| HSL | 66º | 0.4% | 0.6% | - |
| HSV(B) | 66º | 0.41% | 0.76% | - |
| XYZ | 42.58 | 50.24 | 23.37 | - |
| YUV | 182.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 114 | 0.04 | 0 | 0.41 | 0.24 | 66 | 0.4 | 0.6 |
| Hex | BA | C2 | 72 | 4 | 0 | 29 | 18 | 42 | 28 | 3C |
| Octal | 272 | 302 | 162 | 4 | 0 | 51 | 30 | 102 | 50 | 74 |
| Binary | 10111010 | 11000010 | 1110010 | 100 | 0 | 101001 | 11000 | 1000010 | 101000 | 111100 |
Color Harmonies of #BAC272
Complementary color
Monochromatic Colors of #BAC272
Black with #BAC272
Text Example
Text Example
White with #BAC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC272; }
p { color: rgb(186,194,114); }
H1.HeaderClassName
{
color: #BAC272;
}
.AnyTagClassName
{
color: #BAC272;
}
</style>
background-color css
<style>
a { background-color: #BAC272; }
a { background-color: rgb(186,194,114); }
div.DivClassName
{
background-color: #BAC272;
}
.BgClassName
{
background-color: #BAC272;
}
</style>
border-color css
<style>
span { border-color: #BAC272; }
span { border-color: rgb(186,194,114); }
td.TdClassName
{
border-color: #BAC272;
}
.TagClassName
{
border-color: #BAC272;
}
</style>