Shades of Pine Glade #BAC481
Tints of Pine Glade #BAC481
RGB
CMYK
RGB Variations
Color information
#BAC481 (or 0xBAC481) is known color: Pine Glade. HEX triplet: BA, C4 and 81. RGB value is (186,196,129). Sum of RGB (Red+Green+Blue) = 186+196+129=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC481 is #453B7E. Grayscale: #B9B9B9. Windows color (decimal): -4537215 or 8504506. OLE color: 8504506.
HSL color Cylindrical-coordinate representation of color #BAC481: hue angle of 68.96º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC481 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 129 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.23 |
| HSL | 68.96º | 0.36% | 0.64% | - |
| HSV(B) | 68.96º | 0.34% | 0.77% | - |
| XYZ | 43.95 | 51.5 | 28.39 | - |
| YUV | 185.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 129 | 0.05 | 0 | 0.34 | 0.23 | 68.96 | 0.36 | 0.64 |
| Hex | BA | C4 | 81 | 5 | 0 | 22 | 17 | 45 | 24 | 40 |
| Octal | 272 | 304 | 201 | 5 | 0 | 42 | 27 | 105 | 44 | 100 |
| Binary | 10111010 | 11000100 | 10000001 | 101 | 0 | 100010 | 10111 | 1000101 | 100100 | 1000000 |
Color Harmonies of #BAC481
Complementary color
Monochromatic Colors of #BAC481
Black with #BAC481
Text Example
Text Example
White with #BAC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC481; }
p { color: rgb(186,196,129); }
H1.HeaderClassName
{
color: #BAC481;
}
.AnyTagClassName
{
color: #BAC481;
}
</style>
background-color css
<style>
a { background-color: #BAC481; }
a { background-color: rgb(186,196,129); }
div.DivClassName
{
background-color: #BAC481;
}
.BgClassName
{
background-color: #BAC481;
}
</style>
border-color css
<style>
span { border-color: #BAC481; }
span { border-color: rgb(186,196,129); }
td.TdClassName
{
border-color: #BAC481;
}
.TagClassName
{
border-color: #BAC481;
}
</style>