Shades of Edward #91AC96
Tints of Edward #91AC96
RGB
CMYK
RGB Variations
Color information
#91AC96 (or 0x91AC96) is known color: Edward. HEX triplet: 91, AC and 96. RGB value is (145,172,150). Sum of RGB (Red+Green+Blue) = 145+172+150=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC96 is #6E5369. Grayscale: #A1A1A1. Windows color (decimal): -7230314 or 9874577. OLE color: 9874577.
HSL color Cylindrical-coordinate representation of color #91AC96: hue angle of 131.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AC96 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 172 | 150 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.33 |
| HSL | 131.11º | 0.14% | 0.62% | - |
| HSV(B) | 131.11º | 0.16% | 0.67% | - |
| XYZ | 31.93 | 37.73 | 34.45 | - |
| YUV | 161.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 150 | 0.16 | 0 | 0.13 | 0.33 | 131.11 | 0.14 | 0.62 |
| Hex | 91 | AC | 96 | 10 | 0 | D | 21 | 83 | E | 3E |
| Octal | 221 | 254 | 226 | 20 | 0 | 15 | 41 | 203 | 16 | 76 |
| Binary | 10010001 | 10101100 | 10010110 | 10000 | 0 | 1101 | 100001 | 10000011 | 1110 | 111110 |
Color Harmonies of #91AC96
Complementary color
Monochromatic Colors of #91AC96
Black with #91AC96
Text Example
Text Example
White with #91AC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AC96; }
p { color: rgb(145,172,150); }
H1.HeaderClassName
{
color: #91AC96;
}
.AnyTagClassName
{
color: #91AC96;
}
</style>
background-color css
<style>
a { background-color: #91AC96; }
a { background-color: rgb(145,172,150); }
div.DivClassName
{
background-color: #91AC96;
}
.BgClassName
{
background-color: #91AC96;
}
</style>
border-color css
<style>
span { border-color: #91AC96; }
span { border-color: rgb(145,172,150); }
td.TdClassName
{
border-color: #91AC96;
}
.TagClassName
{
border-color: #91AC96;
}
</style>