Shades of Shadow Green #91BAB5
Tints of Shadow Green #91BAB5
RGB
CMYK
RGB Variations
Color information
#91BAB5 (or 0x91BAB5) is known color: Shadow Green. HEX triplet: 91, BA and B5. RGB value is (145,186,181). Sum of RGB (Red+Green+Blue) = 145+186+181=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #91BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAB5 is #6E454A. Grayscale: #ADADAD. Windows color (decimal): -7226699 or 11909777. OLE color: 11909777.
HSL color Cylindrical-coordinate representation of color #91BAB5: hue angle of 172.68º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91BAB5 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 181 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.27 |
| HSL | 172.68º | 0.23% | 0.65% | - |
| HSV(B) | 172.68º | 0.22% | 0.73% | - |
| XYZ | 37.58 | 44.47 | 50.32 | - |
| YUV | 173.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 181 | 0.22 | 0 | 0.03 | 0.27 | 172.68 | 0.23 | 0.65 |
| Hex | 91 | BA | B5 | 16 | 0 | 3 | 1B | AD | 17 | 41 |
| Octal | 221 | 272 | 265 | 26 | 0 | 3 | 33 | 255 | 27 | 101 |
| Binary | 10010001 | 10111010 | 10110101 | 10110 | 0 | 11 | 11011 | 10101101 | 10111 | 1000001 |
Color Harmonies of #91BAB5
Complementary color
Monochromatic Colors of #91BAB5
Black with #91BAB5
Text Example
Text Example
White with #91BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAB5; }
p { color: rgb(145,186,181); }
H1.HeaderClassName
{
color: #91BAB5;
}
.AnyTagClassName
{
color: #91BAB5;
}
</style>
background-color css
<style>
a { background-color: #91BAB5; }
a { background-color: rgb(145,186,181); }
div.DivClassName
{
background-color: #91BAB5;
}
.BgClassName
{
background-color: #91BAB5;
}
</style>
border-color css
<style>
span { border-color: #91BAB5; }
span { border-color: rgb(145,186,181); }
td.TdClassName
{
border-color: #91BAB5;
}
.TagClassName
{
border-color: #91BAB5;
}
</style>