Shades of Green Mist #BABC90
Tints of Green Mist #BABC90
RGB
CMYK
RGB Variations
Color information
#BABC90 (or 0xBABC90) is known color: Green Mist. HEX triplet: BA, BC and 90. RGB value is (186,188,144). Sum of RGB (Red+Green+Blue) = 186+188+144=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC90 is #45436F. Grayscale: #B6B6B6. Windows color (decimal): -4539248 or 9485498. OLE color: 9485498.
HSL color Cylindrical-coordinate representation of color #BABC90: hue angle of 62.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BABC90 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 144 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.26 |
| HSL | 62.73º | 0.25% | 0.65% | - |
| HSV(B) | 62.73º | 0.23% | 0.74% | - |
| XYZ | 43.27 | 48.42 | 33.45 | - |
| YUV | 182.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 144 | 0.01 | 0 | 0.23 | 0.26 | 62.73 | 0.25 | 0.65 |
| Hex | BA | BC | 90 | 1 | 0 | 17 | 1A | 3F | 19 | 41 |
| Octal | 272 | 274 | 220 | 1 | 0 | 27 | 32 | 77 | 31 | 101 |
| Binary | 10111010 | 10111100 | 10010000 | 1 | 0 | 10111 | 11010 | 111111 | 11001 | 1000001 |
Color Harmonies of #BABC90
Complementary color
Monochromatic Colors of #BABC90
Black with #BABC90
Text Example
Text Example
White with #BABC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC90; }
p { color: rgb(186,188,144); }
H1.HeaderClassName
{
color: #BABC90;
}
.AnyTagClassName
{
color: #BABC90;
}
</style>
background-color css
<style>
a { background-color: #BABC90; }
a { background-color: rgb(186,188,144); }
div.DivClassName
{
background-color: #BABC90;
}
.BgClassName
{
background-color: #BABC90;
}
</style>
border-color css
<style>
span { border-color: #BABC90; }
span { border-color: rgb(186,188,144); }
td.TdClassName
{
border-color: #BABC90;
}
.TagClassName
{
border-color: #BABC90;
}
</style>