Shades of Shadow Green #91C2BF
Tints of Shadow Green #91C2BF
RGB
CMYK
RGB Variations
Color information
#91C2BF (or 0x91C2BF) is known color: Shadow Green. HEX triplet: 91, C2 and BF. RGB value is (145,194,191). Sum of RGB (Red+Green+Blue) = 145+194+191=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C2BF is #6E3D40. Grayscale: #B2B2B2. Windows color (decimal): -7224641 or 12567185. OLE color: 12567185.
HSL color Cylindrical-coordinate representation of color #91C2BF: hue angle of 176.33º 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 #91C2BF is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 191 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.24 |
| HSL | 176.33º | 0.29% | 0.66% | - |
| HSV(B) | 176.33º | 0.25% | 0.76% | - |
| XYZ | 40.37 | 48.36 | 56.5 | - |
| YUV | 179.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 191 | 0.25 | 0 | 0.02 | 0.24 | 176.33 | 0.29 | 0.66 |
| Hex | 91 | C2 | BF | 19 | 0 | 2 | 18 | B0 | 1D | 42 |
| Octal | 221 | 302 | 277 | 31 | 0 | 2 | 30 | 260 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10111111 | 11001 | 0 | 10 | 11000 | 10110000 | 11101 | 1000010 |
Color Harmonies of #91C2BF
Complementary color
Monochromatic Colors of #91C2BF
Black with #91C2BF
Text Example
Text Example
White with #91C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2BF; }
p { color: rgb(145,194,191); }
H1.HeaderClassName
{
color: #91C2BF;
}
.AnyTagClassName
{
color: #91C2BF;
}
</style>
background-color css
<style>
a { background-color: #91C2BF; }
a { background-color: rgb(145,194,191); }
div.DivClassName
{
background-color: #91C2BF;
}
.BgClassName
{
background-color: #91C2BF;
}
</style>
border-color css
<style>
span { border-color: #91C2BF; }
span { border-color: rgb(145,194,191); }
td.TdClassName
{
border-color: #91C2BF;
}
.TagClassName
{
border-color: #91C2BF;
}
</style>