Shades of Shadow Green #91BCAF
Tints of Shadow Green #91BCAF
RGB
CMYK
RGB Variations
Color information
#91BCAF (or 0x91BCAF) is known color: Shadow Green. HEX triplet: 91, BC and AF. RGB value is (145,188,175). Sum of RGB (Red+Green+Blue) = 145+188+175=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #91BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BCAF is #6E4350. Grayscale: #ADADAD. Windows color (decimal): -7226193 or 11517073. OLE color: 11517073.
HSL color Cylindrical-coordinate representation of color #91BCAF: hue angle of 161.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BCAF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 188 | 175 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.26 |
| HSL | 161.86º | 0.24% | 0.65% | - |
| HSV(B) | 161.86º | 0.23% | 0.74% | - |
| XYZ | 37.4 | 45.08 | 47.29 | - |
| YUV | 173.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 175 | 0.23 | 0 | 0.07 | 0.26 | 161.86 | 0.24 | 0.65 |
| Hex | 91 | BC | AF | 17 | 0 | 7 | 1A | A2 | 18 | 41 |
| Octal | 221 | 274 | 257 | 27 | 0 | 7 | 32 | 242 | 30 | 101 |
| Binary | 10010001 | 10111100 | 10101111 | 10111 | 0 | 111 | 11010 | 10100010 | 11000 | 1000001 |
Color Harmonies of #91BCAF
Complementary color
Monochromatic Colors of #91BCAF
Black with #91BCAF
Text Example
Text Example
White with #91BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCAF; }
p { color: rgb(145,188,175); }
H1.HeaderClassName
{
color: #91BCAF;
}
.AnyTagClassName
{
color: #91BCAF;
}
</style>
background-color css
<style>
a { background-color: #91BCAF; }
a { background-color: rgb(145,188,175); }
div.DivClassName
{
background-color: #91BCAF;
}
.BgClassName
{
background-color: #91BCAF;
}
</style>
border-color css
<style>
span { border-color: #91BCAF; }
span { border-color: rgb(145,188,175); }
td.TdClassName
{
border-color: #91BCAF;
}
.TagClassName
{
border-color: #91BCAF;
}
</style>