Shades of Mountain Meadow #21BD92
Tints of Mountain Meadow #21BD92
RGB
CMYK
RGB Variations
Color information
#21BD92 (or 0x21BD92) is known color: Mountain Meadow. HEX triplet: 21, BD and 92. RGB value is (33,189,146). Sum of RGB (Red+Green+Blue) = 33+189+146=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BD92 is #DE426D. Grayscale: #898989. Windows color (decimal): -14565998 or 9616673. OLE color: 9616673.
HSL color Cylindrical-coordinate representation of color #21BD92: hue angle of 163.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD92 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 146 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.26 |
| HSL | 163.46º | 0.7% | 0.44% | - |
| HSV(B) | 163.46º | 0.83% | 0.74% | - |
| XYZ | 24.01 | 38.79 | 33.42 | - |
| YUV | 137.45 | 132.82 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 146 | 0.83 | 0 | 0.23 | 0.26 | 163.46 | 0.7 | 0.44 |
| Hex | 21 | BD | 92 | 53 | 0 | 17 | 1A | A3 | 46 | 2C |
| Octal | 41 | 275 | 222 | 123 | 0 | 27 | 32 | 243 | 106 | 54 |
| Binary | 100001 | 10111101 | 10010010 | 1010011 | 0 | 10111 | 11010 | 10100011 | 1000110 | 101100 |
Color Harmonies of #21BD92
Complementary color
Monochromatic Colors of #21BD92
Black with #21BD92
Text Example
Text Example
White with #21BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD92; }
p { color: rgb(33,189,146); }
H1.HeaderClassName
{
color: #21BD92;
}
.AnyTagClassName
{
color: #21BD92;
}
</style>
background-color css
<style>
a { background-color: #21BD92; }
a { background-color: rgb(33,189,146); }
div.DivClassName
{
background-color: #21BD92;
}
.BgClassName
{
background-color: #21BD92;
}
</style>
border-color css
<style>
span { border-color: #21BD92; }
span { border-color: rgb(33,189,146); }
td.TdClassName
{
border-color: #21BD92;
}
.TagClassName
{
border-color: #21BD92;
}
</style>