Shades of Green Mist #BABF90
Tints of Green Mist #BABF90
RGB
CMYK
RGB Variations
Color information
#BABF90 (or 0xBABF90) is known color: Green Mist. HEX triplet: BA, BF and 90. RGB value is (186,191,144). Sum of RGB (Red+Green+Blue) = 186+191+144=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF90 is #45406F. Grayscale: #B8B8B8. Windows color (decimal): -4538480 or 9486266. OLE color: 9486266.
HSL color Cylindrical-coordinate representation of color #BABF90: hue angle of 66.38º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BABF90 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 144 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.25 |
| HSL | 66.38º | 0.27% | 0.66% | - |
| HSV(B) | 66.38º | 0.25% | 0.75% | - |
| XYZ | 43.91 | 49.71 | 33.67 | - |
| YUV | 184.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 144 | 0.03 | 0 | 0.25 | 0.25 | 66.38 | 0.27 | 0.66 |
| Hex | BA | BF | 90 | 3 | 0 | 19 | 19 | 42 | 1B | 42 |
| Octal | 272 | 277 | 220 | 3 | 0 | 31 | 31 | 102 | 33 | 102 |
| Binary | 10111010 | 10111111 | 10010000 | 11 | 0 | 11001 | 11001 | 1000010 | 11011 | 1000010 |
Color Harmonies of #BABF90
Complementary color
Monochromatic Colors of #BABF90
Black with #BABF90
Text Example
Text Example
White with #BABF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF90; }
p { color: rgb(186,191,144); }
H1.HeaderClassName
{
color: #BABF90;
}
.AnyTagClassName
{
color: #BABF90;
}
</style>
background-color css
<style>
a { background-color: #BABF90; }
a { background-color: rgb(186,191,144); }
div.DivClassName
{
background-color: #BABF90;
}
.BgClassName
{
background-color: #BABF90;
}
</style>
border-color css
<style>
span { border-color: #BABF90; }
span { border-color: rgb(186,191,144); }
td.TdClassName
{
border-color: #BABF90;
}
.TagClassName
{
border-color: #BABF90;
}
</style>