Shades of Mountain Meadow #21BA96
Tints of Mountain Meadow #21BA96
RGB
CMYK
RGB Variations
Color information
#21BA96 (or 0x21BA96) is known color: Mountain Meadow. HEX triplet: 21, BA and 96. RGB value is (33,186,150). Sum of RGB (Red+Green+Blue) = 33+186+150=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA96 is #DE4569. Grayscale: #888888. Windows color (decimal): -14566762 or 9878049. OLE color: 9878049.
HSL color Cylindrical-coordinate representation of color #21BA96: hue angle of 165.88º 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 #21BA96 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 150 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.27 |
| HSL | 165.88º | 0.7% | 0.43% | - |
| HSV(B) | 165.88º | 0.82% | 0.73% | - |
| XYZ | 23.69 | 37.64 | 34.87 | - |
| YUV | 136.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 150 | 0.82 | 0 | 0.19 | 0.27 | 165.88 | 0.7 | 0.43 |
| Hex | 21 | BA | 96 | 52 | 0 | 13 | 1B | A6 | 46 | 2B |
| Octal | 41 | 272 | 226 | 122 | 0 | 23 | 33 | 246 | 106 | 53 |
| Binary | 100001 | 10111010 | 10010110 | 1010010 | 0 | 10011 | 11011 | 10100110 | 1000110 | 101011 |
Color Harmonies of #21BA96
Complementary color
Monochromatic Colors of #21BA96
Black with #21BA96
Text Example
Text Example
White with #21BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA96; }
p { color: rgb(33,186,150); }
H1.HeaderClassName
{
color: #21BA96;
}
.AnyTagClassName
{
color: #21BA96;
}
</style>
background-color css
<style>
a { background-color: #21BA96; }
a { background-color: rgb(33,186,150); }
div.DivClassName
{
background-color: #21BA96;
}
.BgClassName
{
background-color: #21BA96;
}
</style>
border-color css
<style>
span { border-color: #21BA96; }
span { border-color: rgb(33,186,150); }
td.TdClassName
{
border-color: #21BA96;
}
.TagClassName
{
border-color: #21BA96;
}
</style>