Shades of Pine Glade #BAC184
Tints of Pine Glade #BAC184
RGB
CMYK
RGB Variations
Color information
#BAC184 (or 0xBAC184) is known color: Pine Glade. HEX triplet: BA, C1 and 84. RGB value is (186,193,132). Sum of RGB (Red+Green+Blue) = 186+193+132=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC184 is #453E7B. Grayscale: #B8B8B8. Windows color (decimal): -4537980 or 8700346. OLE color: 8700346.
HSL color Cylindrical-coordinate representation of color #BAC184: hue angle of 66.89º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC184 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 132 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.24 |
| HSL | 66.89º | 0.33% | 0.64% | - |
| HSV(B) | 66.89º | 0.32% | 0.76% | - |
| XYZ | 43.48 | 50.24 | 29.24 | - |
| YUV | 183.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 132 | 0.04 | 0 | 0.32 | 0.24 | 66.89 | 0.33 | 0.64 |
| Hex | BA | C1 | 84 | 4 | 0 | 20 | 18 | 43 | 21 | 40 |
| Octal | 272 | 301 | 204 | 4 | 0 | 40 | 30 | 103 | 41 | 100 |
| Binary | 10111010 | 11000001 | 10000100 | 100 | 0 | 100000 | 11000 | 1000011 | 100001 | 1000000 |
Color Harmonies of #BAC184
Complementary color
Monochromatic Colors of #BAC184
Black with #BAC184
Text Example
Text Example
White with #BAC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC184; }
p { color: rgb(186,193,132); }
H1.HeaderClassName
{
color: #BAC184;
}
.AnyTagClassName
{
color: #BAC184;
}
</style>
background-color css
<style>
a { background-color: #BAC184; }
a { background-color: rgb(186,193,132); }
div.DivClassName
{
background-color: #BAC184;
}
.BgClassName
{
background-color: #BAC184;
}
</style>
border-color css
<style>
span { border-color: #BAC184; }
span { border-color: rgb(186,193,132); }
td.TdClassName
{
border-color: #BAC184;
}
.TagClassName
{
border-color: #BAC184;
}
</style>