Shades of Shadow Green #91BDB6
Tints of Shadow Green #91BDB6
RGB
CMYK
RGB Variations
Color information
#91BDB6 (or 0x91BDB6) is known color: Shadow Green. HEX triplet: 91, BD and B6. RGB value is (145,189,182). Sum of RGB (Red+Green+Blue) = 145+189+182=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #91BDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDB6 is #6E4249. Grayscale: #AFAFAF. Windows color (decimal): -7225930 or 11976081. OLE color: 11976081.
HSL color Cylindrical-coordinate representation of color #91BDB6: hue angle of 170.45º degrees, saturation: 0.25, 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 #91BDB6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 182 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.26 |
| HSL | 170.45º | 0.25% | 0.65% | - |
| HSV(B) | 170.45º | 0.23% | 0.74% | - |
| XYZ | 38.32 | 45.79 | 51.08 | - |
| YUV | 175.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 182 | 0.23 | 0 | 0.04 | 0.26 | 170.45 | 0.25 | 0.65 |
| Hex | 91 | BD | B6 | 17 | 0 | 4 | 1A | AA | 19 | 41 |
| Octal | 221 | 275 | 266 | 27 | 0 | 4 | 32 | 252 | 31 | 101 |
| Binary | 10010001 | 10111101 | 10110110 | 10111 | 0 | 100 | 11010 | 10101010 | 11001 | 1000001 |
Color Harmonies of #91BDB6
Complementary color
Monochromatic Colors of #91BDB6
Black with #91BDB6
Text Example
Text Example
White with #91BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDB6; }
p { color: rgb(145,189,182); }
H1.HeaderClassName
{
color: #91BDB6;
}
.AnyTagClassName
{
color: #91BDB6;
}
</style>
background-color css
<style>
a { background-color: #91BDB6; }
a { background-color: rgb(145,189,182); }
div.DivClassName
{
background-color: #91BDB6;
}
.BgClassName
{
background-color: #91BDB6;
}
</style>
border-color css
<style>
span { border-color: #91BDB6; }
span { border-color: rgb(145,189,182); }
td.TdClassName
{
border-color: #91BDB6;
}
.TagClassName
{
border-color: #91BDB6;
}
</style>