Shades of Mountain Meadow #21BC91
Tints of Mountain Meadow #21BC91
RGB
CMYK
RGB Variations
Color information
#21BC91 (or 0x21BC91) is known color: Mountain Meadow. HEX triplet: 21, BC and 91. RGB value is (33,188,145). Sum of RGB (Red+Green+Blue) = 33+188+145=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BC91 is #DE436E. Grayscale: #888888. Windows color (decimal): -14566255 or 9550881. OLE color: 9550881.
HSL color Cylindrical-coordinate representation of color #21BC91: hue angle of 163.35º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC91 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 145 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.26 |
| HSL | 163.35º | 0.7% | 0.43% | - |
| HSV(B) | 163.35º | 0.82% | 0.74% | - |
| XYZ | 23.72 | 38.33 | 32.94 | - |
| YUV | 136.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 145 | 0.82 | 0 | 0.23 | 0.26 | 163.35 | 0.7 | 0.43 |
| Hex | 21 | BC | 91 | 52 | 0 | 17 | 1A | A3 | 46 | 2B |
| Octal | 41 | 274 | 221 | 122 | 0 | 27 | 32 | 243 | 106 | 53 |
| Binary | 100001 | 10111100 | 10010001 | 1010010 | 0 | 10111 | 11010 | 10100011 | 1000110 | 101011 |
Color Harmonies of #21BC91
Complementary color
Monochromatic Colors of #21BC91
Black with #21BC91
Text Example
Text Example
White with #21BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC91; }
p { color: rgb(33,188,145); }
H1.HeaderClassName
{
color: #21BC91;
}
.AnyTagClassName
{
color: #21BC91;
}
</style>
background-color css
<style>
a { background-color: #21BC91; }
a { background-color: rgb(33,188,145); }
div.DivClassName
{
background-color: #21BC91;
}
.BgClassName
{
background-color: #21BC91;
}
</style>
border-color css
<style>
span { border-color: #21BC91; }
span { border-color: rgb(33,188,145); }
td.TdClassName
{
border-color: #21BC91;
}
.TagClassName
{
border-color: #21BC91;
}
</style>