Shades of Shadow Green #91C2BD
Tints of Shadow Green #91C2BD
RGB
CMYK
RGB Variations
Color information
#91C2BD (or 0x91C2BD) is known color: Shadow Green. HEX triplet: 91, C2 and BD. RGB value is (145,194,189). Sum of RGB (Red+Green+Blue) = 145+194+189=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C2BD is #6E3D42. Grayscale: #B2B2B2. Windows color (decimal): -7224643 or 12436113. OLE color: 12436113.
HSL color Cylindrical-coordinate representation of color #91C2BD: hue angle of 173.88º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91C2BD is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 189 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.24 |
| HSL | 173.88º | 0.29% | 0.66% | - |
| HSV(B) | 173.88º | 0.25% | 0.76% | - |
| XYZ | 40.15 | 48.28 | 55.35 | - |
| YUV | 178.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 189 | 0.25 | 0 | 0.03 | 0.24 | 173.88 | 0.29 | 0.66 |
| Hex | 91 | C2 | BD | 19 | 0 | 3 | 18 | AE | 1D | 42 |
| Octal | 221 | 302 | 275 | 31 | 0 | 3 | 30 | 256 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10111101 | 11001 | 0 | 11 | 11000 | 10101110 | 11101 | 1000010 |
Color Harmonies of #91C2BD
Complementary color
Monochromatic Colors of #91C2BD
Black with #91C2BD
Text Example
Text Example
White with #91C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2BD; }
p { color: rgb(145,194,189); }
H1.HeaderClassName
{
color: #91C2BD;
}
.AnyTagClassName
{
color: #91C2BD;
}
</style>
background-color css
<style>
a { background-color: #91C2BD; }
a { background-color: rgb(145,194,189); }
div.DivClassName
{
background-color: #91C2BD;
}
.BgClassName
{
background-color: #91C2BD;
}
</style>
border-color css
<style>
span { border-color: #91C2BD; }
span { border-color: rgb(145,194,189); }
td.TdClassName
{
border-color: #91C2BD;
}
.TagClassName
{
border-color: #91C2BD;
}
</style>