Shades of Green Mist #BAC790
Tints of Green Mist #BAC790
RGB
CMYK
RGB Variations
Color information
#BAC790 (or 0xBAC790) is known color: Green Mist. HEX triplet: BA, C7 and 90. RGB value is (186,199,144). Sum of RGB (Red+Green+Blue) = 186+199+144=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC790 is #45386F. Grayscale: #BDBDBD. Windows color (decimal): -4536432 or 9488314. OLE color: 9488314.
HSL color Cylindrical-coordinate representation of color #BAC790: hue angle of 74.18º 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 #BAC790 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 144 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.22 |
| HSL | 74.18º | 0.33% | 0.67% | - |
| HSV(B) | 74.18º | 0.28% | 0.78% | - |
| XYZ | 45.71 | 53.3 | 34.26 | - |
| YUV | 188.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 144 | 0.07 | 0 | 0.28 | 0.22 | 74.18 | 0.33 | 0.67 |
| Hex | BA | C7 | 90 | 7 | 0 | 1C | 16 | 4A | 21 | 43 |
| Octal | 272 | 307 | 220 | 7 | 0 | 34 | 26 | 112 | 41 | 103 |
| Binary | 10111010 | 11000111 | 10010000 | 111 | 0 | 11100 | 10110 | 1001010 | 100001 | 1000011 |
Color Harmonies of #BAC790
Complementary color
Monochromatic Colors of #BAC790
Black with #BAC790
Text Example
Text Example
White with #BAC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC790; }
p { color: rgb(186,199,144); }
H1.HeaderClassName
{
color: #BAC790;
}
.AnyTagClassName
{
color: #BAC790;
}
</style>
background-color css
<style>
a { background-color: #BAC790; }
a { background-color: rgb(186,199,144); }
div.DivClassName
{
background-color: #BAC790;
}
.BgClassName
{
background-color: #BAC790;
}
</style>
border-color css
<style>
span { border-color: #BAC790; }
span { border-color: rgb(186,199,144); }
td.TdClassName
{
border-color: #BAC790;
}
.TagClassName
{
border-color: #BAC790;
}
</style>