Shades of Pine Glade #BAC270
Tints of Pine Glade #BAC270
RGB
CMYK
RGB Variations
Color information
#BAC270 (or 0xBAC270) is known color: Pine Glade. HEX triplet: BA, C2 and 70. RGB value is (186,194,112). Sum of RGB (Red+Green+Blue) = 186+194+112=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC270 is #453D8F. Grayscale: #B6B6B6. Windows color (decimal): -4537744 or 7389882. OLE color: 7389882.
HSL color Cylindrical-coordinate representation of color #BAC270: hue angle of 65.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC270 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 112 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.24 |
| HSL | 65.85º | 0.4% | 0.6% | - |
| HSV(B) | 65.85º | 0.42% | 0.76% | - |
| XYZ | 42.47 | 50.19 | 22.78 | - |
| YUV | 182.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 112 | 0.04 | 0 | 0.42 | 0.24 | 65.85 | 0.4 | 0.6 |
| Hex | BA | C2 | 70 | 4 | 0 | 2A | 18 | 42 | 28 | 3C |
| Octal | 272 | 302 | 160 | 4 | 0 | 52 | 30 | 102 | 50 | 74 |
| Binary | 10111010 | 11000010 | 1110000 | 100 | 0 | 101010 | 11000 | 1000010 | 101000 | 111100 |
Color Harmonies of #BAC270
Complementary color
Monochromatic Colors of #BAC270
Black with #BAC270
Text Example
Text Example
White with #BAC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC270; }
p { color: rgb(186,194,112); }
H1.HeaderClassName
{
color: #BAC270;
}
.AnyTagClassName
{
color: #BAC270;
}
</style>
background-color css
<style>
a { background-color: #BAC270; }
a { background-color: rgb(186,194,112); }
div.DivClassName
{
background-color: #BAC270;
}
.BgClassName
{
background-color: #BAC270;
}
</style>
border-color css
<style>
span { border-color: #BAC270; }
span { border-color: rgb(186,194,112); }
td.TdClassName
{
border-color: #BAC270;
}
.TagClassName
{
border-color: #BAC270;
}
</style>