Shades of Pine Glade #BAC383
Tints of Pine Glade #BAC383
RGB
CMYK
RGB Variations
Color information
#BAC383 (or 0xBAC383) is known color: Pine Glade. HEX triplet: BA, C3 and 83. RGB value is (186,195,131). Sum of RGB (Red+Green+Blue) = 186+195+131=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC383 is #453C7C. Grayscale: #B9B9B9. Windows color (decimal): -4537469 or 8635322. OLE color: 8635322.
HSL color Cylindrical-coordinate representation of color #BAC383: hue angle of 68.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAC383 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 131 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.24 |
| HSL | 68.44º | 0.35% | 0.64% | - |
| HSV(B) | 68.44º | 0.33% | 0.76% | - |
| XYZ | 43.86 | 51.11 | 29.03 | - |
| YUV | 185.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 131 | 0.05 | 0 | 0.33 | 0.24 | 68.44 | 0.35 | 0.64 |
| Hex | BA | C3 | 83 | 5 | 0 | 21 | 18 | 44 | 23 | 40 |
| Octal | 272 | 303 | 203 | 5 | 0 | 41 | 30 | 104 | 43 | 100 |
| Binary | 10111010 | 11000011 | 10000011 | 101 | 0 | 100001 | 11000 | 1000100 | 100011 | 1000000 |
Color Harmonies of #BAC383
Complementary color
Monochromatic Colors of #BAC383
Black with #BAC383
Text Example
Text Example
White with #BAC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC383; }
p { color: rgb(186,195,131); }
H1.HeaderClassName
{
color: #BAC383;
}
.AnyTagClassName
{
color: #BAC383;
}
</style>
background-color css
<style>
a { background-color: #BAC383; }
a { background-color: rgb(186,195,131); }
div.DivClassName
{
background-color: #BAC383;
}
.BgClassName
{
background-color: #BAC383;
}
</style>
border-color css
<style>
span { border-color: #BAC383; }
span { border-color: rgb(186,195,131); }
td.TdClassName
{
border-color: #BAC383;
}
.TagClassName
{
border-color: #BAC383;
}
</style>