Shades of Pine Glade #BAC08A
Tints of Pine Glade #BAC08A
RGB
CMYK
RGB Variations
Color information
#BAC08A (or 0xBAC08A) is known color: Pine Glade. HEX triplet: BA, C0 and 8A. RGB value is (186,192,138). Sum of RGB (Red+Green+Blue) = 186+192+138=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC08A is #453F75. Grayscale: #B8B8B8. Windows color (decimal): -4538230 or 9093306. OLE color: 9093306.
HSL color Cylindrical-coordinate representation of color #BAC08A: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC08A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 138 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.25 |
| HSL | 66.67º | 0.3% | 0.65% | - |
| HSV(B) | 66.67º | 0.28% | 0.75% | - |
| XYZ | 43.69 | 49.97 | 31.39 | - |
| YUV | 184.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 138 | 0.03 | 0 | 0.28 | 0.25 | 66.67 | 0.3 | 0.65 |
| Hex | BA | C0 | 8A | 3 | 0 | 1C | 19 | 43 | 1E | 41 |
| Octal | 272 | 300 | 212 | 3 | 0 | 34 | 31 | 103 | 36 | 101 |
| Binary | 10111010 | 11000000 | 10001010 | 11 | 0 | 11100 | 11001 | 1000011 | 11110 | 1000001 |
Color Harmonies of #BAC08A
Complementary color
Monochromatic Colors of #BAC08A
Black with #BAC08A
Text Example
Text Example
White with #BAC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC08A; }
p { color: rgb(186,192,138); }
H1.HeaderClassName
{
color: #BAC08A;
}
.AnyTagClassName
{
color: #BAC08A;
}
</style>
background-color css
<style>
a { background-color: #BAC08A; }
a { background-color: rgb(186,192,138); }
div.DivClassName
{
background-color: #BAC08A;
}
.BgClassName
{
background-color: #BAC08A;
}
</style>
border-color css
<style>
span { border-color: #BAC08A; }
span { border-color: rgb(186,192,138); }
td.TdClassName
{
border-color: #BAC08A;
}
.TagClassName
{
border-color: #BAC08A;
}
</style>