Shades of Green Mist #BAC78F
Tints of Green Mist #BAC78F
RGB
CMYK
RGB Variations
Color information
#BAC78F (or 0xBAC78F) is known color: Green Mist. HEX triplet: BA, C7 and 8F. RGB value is (186,199,143). Sum of RGB (Red+Green+Blue) = 186+199+143=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC78F is #453870. Grayscale: #BCBCBC. Windows color (decimal): -4536433 or 9422778. OLE color: 9422778.
HSL color Cylindrical-coordinate representation of color #BAC78F: hue angle of 73.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAC78F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 143 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.22 |
| HSL | 73.93º | 0.33% | 0.67% | - |
| HSV(B) | 73.93º | 0.28% | 0.78% | - |
| XYZ | 45.63 | 53.27 | 33.86 | - |
| YUV | 188.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 143 | 0.07 | 0 | 0.28 | 0.22 | 73.93 | 0.33 | 0.67 |
| Hex | BA | C7 | 8F | 7 | 0 | 1C | 16 | 4A | 21 | 43 |
| Octal | 272 | 307 | 217 | 7 | 0 | 34 | 26 | 112 | 41 | 103 |
| Binary | 10111010 | 11000111 | 10001111 | 111 | 0 | 11100 | 10110 | 1001010 | 100001 | 1000011 |
Color Harmonies of #BAC78F
Complementary color
Monochromatic Colors of #BAC78F
Black with #BAC78F
Text Example
Text Example
White with #BAC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC78F; }
p { color: rgb(186,199,143); }
H1.HeaderClassName
{
color: #BAC78F;
}
.AnyTagClassName
{
color: #BAC78F;
}
</style>
background-color css
<style>
a { background-color: #BAC78F; }
a { background-color: rgb(186,199,143); }
div.DivClassName
{
background-color: #BAC78F;
}
.BgClassName
{
background-color: #BAC78F;
}
</style>
border-color css
<style>
span { border-color: #BAC78F; }
span { border-color: rgb(186,199,143); }
td.TdClassName
{
border-color: #BAC78F;
}
.TagClassName
{
border-color: #BAC78F;
}
</style>