Shades of Pine Glade #BAC28A
Tints of Pine Glade #BAC28A
RGB
CMYK
RGB Variations
Color information
#BAC28A (or 0xBAC28A) is known color: Pine Glade. HEX triplet: BA, C2 and 8A. RGB value is (186,194,138). Sum of RGB (Red+Green+Blue) = 186+194+138=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC28A is #453D75. Grayscale: #B9B9B9. Windows color (decimal): -4537718 or 9093818. OLE color: 9093818.
HSL color Cylindrical-coordinate representation of color #BAC28A: hue angle of 68.57º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC28A is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 138 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.24 |
| HSL | 68.57º | 0.31% | 0.65% | - |
| HSV(B) | 68.57º | 0.29% | 0.76% | - |
| XYZ | 44.13 | 50.86 | 31.54 | - |
| YUV | 185.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 138 | 0.04 | 0 | 0.29 | 0.24 | 68.57 | 0.31 | 0.65 |
| Hex | BA | C2 | 8A | 4 | 0 | 1D | 18 | 45 | 1F | 41 |
| Octal | 272 | 302 | 212 | 4 | 0 | 35 | 30 | 105 | 37 | 101 |
| Binary | 10111010 | 11000010 | 10001010 | 100 | 0 | 11101 | 11000 | 1000101 | 11111 | 1000001 |
Color Harmonies of #BAC28A
Complementary color
Monochromatic Colors of #BAC28A
Black with #BAC28A
Text Example
Text Example
White with #BAC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC28A; }
p { color: rgb(186,194,138); }
H1.HeaderClassName
{
color: #BAC28A;
}
.AnyTagClassName
{
color: #BAC28A;
}
</style>
background-color css
<style>
a { background-color: #BAC28A; }
a { background-color: rgb(186,194,138); }
div.DivClassName
{
background-color: #BAC28A;
}
.BgClassName
{
background-color: #BAC28A;
}
</style>
border-color css
<style>
span { border-color: #BAC28A; }
span { border-color: rgb(186,194,138); }
td.TdClassName
{
border-color: #BAC28A;
}
.TagClassName
{
border-color: #BAC28A;
}
</style>