Shades of Green Mist #BAC38F
Tints of Green Mist #BAC38F
RGB
CMYK
RGB Variations
Color information
#BAC38F (or 0xBAC38F) is known color: Green Mist. HEX triplet: BA, C3 and 8F. RGB value is (186,195,143). Sum of RGB (Red+Green+Blue) = 186+195+143=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC38F is #453C70. Grayscale: #BABABA. Windows color (decimal): -4537457 or 9421754. OLE color: 9421754.
HSL color Cylindrical-coordinate representation of color #BAC38F: hue angle of 70.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAC38F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 143 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.24 |
| HSL | 70.38º | 0.3% | 0.66% | - |
| HSV(B) | 70.38º | 0.27% | 0.76% | - |
| XYZ | 44.72 | 51.45 | 33.56 | - |
| YUV | 186.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 143 | 0.05 | 0 | 0.27 | 0.24 | 70.38 | 0.3 | 0.66 |
| Hex | BA | C3 | 8F | 5 | 0 | 1B | 18 | 46 | 1E | 42 |
| Octal | 272 | 303 | 217 | 5 | 0 | 33 | 30 | 106 | 36 | 102 |
| Binary | 10111010 | 11000011 | 10001111 | 101 | 0 | 11011 | 11000 | 1000110 | 11110 | 1000010 |
Color Harmonies of #BAC38F
Complementary color
Monochromatic Colors of #BAC38F
Black with #BAC38F
Text Example
Text Example
White with #BAC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC38F; }
p { color: rgb(186,195,143); }
H1.HeaderClassName
{
color: #BAC38F;
}
.AnyTagClassName
{
color: #BAC38F;
}
</style>
background-color css
<style>
a { background-color: #BAC38F; }
a { background-color: rgb(186,195,143); }
div.DivClassName
{
background-color: #BAC38F;
}
.BgClassName
{
background-color: #BAC38F;
}
</style>
border-color css
<style>
span { border-color: #BAC38F; }
span { border-color: rgb(186,195,143); }
td.TdClassName
{
border-color: #BAC38F;
}
.TagClassName
{
border-color: #BAC38F;
}
</style>