Shades of Mountain Meadow #21BA90
Tints of Mountain Meadow #21BA90
RGB
CMYK
RGB Variations
Color information
#21BA90 (or 0x21BA90) is known color: Mountain Meadow. HEX triplet: 21, BA and 90. RGB value is (33,186,144). Sum of RGB (Red+Green+Blue) = 33+186+144=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA90 is #DE456F. Grayscale: #878787. Windows color (decimal): -14566768 or 9484833. OLE color: 9484833.
HSL color Cylindrical-coordinate representation of color #21BA90: hue angle of 163.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA90 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 144 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.27 |
| HSL | 163.53º | 0.7% | 0.43% | - |
| HSV(B) | 163.53º | 0.82% | 0.73% | - |
| XYZ | 23.22 | 37.45 | 32.39 | - |
| YUV | 135.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 144 | 0.82 | 0 | 0.23 | 0.27 | 163.53 | 0.7 | 0.43 |
| Hex | 21 | BA | 90 | 52 | 0 | 17 | 1B | A4 | 46 | 2B |
| Octal | 41 | 272 | 220 | 122 | 0 | 27 | 33 | 244 | 106 | 53 |
| Binary | 100001 | 10111010 | 10010000 | 1010010 | 0 | 10111 | 11011 | 10100100 | 1000110 | 101011 |
Color Harmonies of #21BA90
Complementary color
Monochromatic Colors of #21BA90
Black with #21BA90
Text Example
Text Example
White with #21BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA90; }
p { color: rgb(33,186,144); }
H1.HeaderClassName
{
color: #21BA90;
}
.AnyTagClassName
{
color: #21BA90;
}
</style>
background-color css
<style>
a { background-color: #21BA90; }
a { background-color: rgb(33,186,144); }
div.DivClassName
{
background-color: #21BA90;
}
.BgClassName
{
background-color: #21BA90;
}
</style>
border-color css
<style>
span { border-color: #21BA90; }
span { border-color: rgb(33,186,144); }
td.TdClassName
{
border-color: #21BA90;
}
.TagClassName
{
border-color: #21BA90;
}
</style>