Shades of Pine Glade #BAC188
Tints of Pine Glade #BAC188
RGB
CMYK
RGB Variations
Color information
#BAC188 (or 0xBAC188) is known color: Pine Glade. HEX triplet: BA, C1 and 88. RGB value is (186,193,136). Sum of RGB (Red+Green+Blue) = 186+193+136=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC188 is #453E77. Grayscale: #B8B8B8. Windows color (decimal): -4537976 or 8962490. OLE color: 8962490.
HSL color Cylindrical-coordinate representation of color #BAC188: hue angle of 67.37º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC188 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 136 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.24 |
| HSL | 67.37º | 0.31% | 0.65% | - |
| HSV(B) | 67.37º | 0.3% | 0.76% | - |
| XYZ | 43.76 | 50.36 | 30.71 | - |
| YUV | 184.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 136 | 0.04 | 0 | 0.30 | 0.24 | 67.37 | 0.31 | 0.65 |
| Hex | BA | C1 | 88 | 4 | 0 | 1E | 18 | 43 | 1F | 41 |
| Octal | 272 | 301 | 210 | 4 | 0 | 36 | 30 | 103 | 37 | 101 |
| Binary | 10111010 | 11000001 | 10001000 | 100 | 0 | 11110 | 11000 | 1000011 | 11111 | 1000001 |
Color Harmonies of #BAC188
Complementary color
Monochromatic Colors of #BAC188
Black with #BAC188
Text Example
Text Example
White with #BAC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC188; }
p { color: rgb(186,193,136); }
H1.HeaderClassName
{
color: #BAC188;
}
.AnyTagClassName
{
color: #BAC188;
}
</style>
background-color css
<style>
a { background-color: #BAC188; }
a { background-color: rgb(186,193,136); }
div.DivClassName
{
background-color: #BAC188;
}
.BgClassName
{
background-color: #BAC188;
}
</style>
border-color css
<style>
span { border-color: #BAC188; }
span { border-color: rgb(186,193,136); }
td.TdClassName
{
border-color: #BAC188;
}
.TagClassName
{
border-color: #BAC188;
}
</style>