Shades of Green Mist #BAC38C
Tints of Green Mist #BAC38C
RGB
CMYK
RGB Variations
Color information
#BAC38C (or 0xBAC38C) is known color: Green Mist. HEX triplet: BA, C3 and 8C. RGB value is (186,195,140). Sum of RGB (Red+Green+Blue) = 186+195+140=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC38C is #453C73. Grayscale: #BABABA. Windows color (decimal): -4537460 or 9225146. OLE color: 9225146.
HSL color Cylindrical-coordinate representation of color #BAC38C: hue angle of 69.82º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC38C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 140 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.24 |
| HSL | 69.82º | 0.31% | 0.66% | - |
| HSV(B) | 69.82º | 0.28% | 0.76% | - |
| XYZ | 44.5 | 51.36 | 32.38 | - |
| YUV | 186.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 140 | 0.05 | 0 | 0.28 | 0.24 | 69.82 | 0.31 | 0.66 |
| Hex | BA | C3 | 8C | 5 | 0 | 1C | 18 | 46 | 1F | 42 |
| Octal | 272 | 303 | 214 | 5 | 0 | 34 | 30 | 106 | 37 | 102 |
| Binary | 10111010 | 11000011 | 10001100 | 101 | 0 | 11100 | 11000 | 1000110 | 11111 | 1000010 |
Color Harmonies of #BAC38C
Complementary color
Monochromatic Colors of #BAC38C
Black with #BAC38C
Text Example
Text Example
White with #BAC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC38C; }
p { color: rgb(186,195,140); }
H1.HeaderClassName
{
color: #BAC38C;
}
.AnyTagClassName
{
color: #BAC38C;
}
</style>
background-color css
<style>
a { background-color: #BAC38C; }
a { background-color: rgb(186,195,140); }
div.DivClassName
{
background-color: #BAC38C;
}
.BgClassName
{
background-color: #BAC38C;
}
</style>
border-color css
<style>
span { border-color: #BAC38C; }
span { border-color: rgb(186,195,140); }
td.TdClassName
{
border-color: #BAC38C;
}
.TagClassName
{
border-color: #BAC38C;
}
</style>