Shades of Edward #93A196
Tints of Edward #93A196
RGB
CMYK
RGB Variations
Color information
#93A196 (or 0x93A196) is known color: Edward. HEX triplet: 93, A1 and 96. RGB value is (147,161,150). Sum of RGB (Red+Green+Blue) = 147+161+150=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 161 - color contains mainly: green. Hex color #93A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A196 is #6C5E69. Grayscale: #9B9B9B. Windows color (decimal): -7102058 or 9871763. OLE color: 9871763.
HSL color Cylindrical-coordinate representation of color #93A196: hue angle of 132.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93A196 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 150 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.37 |
| HSL | 132.86º | 0.07% | 0.6% | - |
| HSV(B) | 132.86º | 0.09% | 0.63% | - |
| XYZ | 30.28 | 33.89 | 33.8 | - |
| YUV | 155.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 150 | 0.09 | 0 | 0.07 | 0.37 | 132.86 | 0.07 | 0.6 |
| Hex | 93 | A1 | 96 | 9 | 0 | 7 | 25 | 85 | 7 | 3C |
| Octal | 223 | 241 | 226 | 11 | 0 | 7 | 45 | 205 | 7 | 74 |
| Binary | 10010011 | 10100001 | 10010110 | 1001 | 0 | 111 | 100101 | 10000101 | 111 | 111100 |
Color Harmonies of #93A196
Complementary color
Monochromatic Colors of #93A196
Black with #93A196
Text Example
Text Example
White with #93A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A196; }
p { color: rgb(147,161,150); }
H1.HeaderClassName
{
color: #93A196;
}
.AnyTagClassName
{
color: #93A196;
}
</style>
background-color css
<style>
a { background-color: #93A196; }
a { background-color: rgb(147,161,150); }
div.DivClassName
{
background-color: #93A196;
}
.BgClassName
{
background-color: #93A196;
}
</style>
border-color css
<style>
span { border-color: #93A196; }
span { border-color: rgb(147,161,150); }
td.TdClassName
{
border-color: #93A196;
}
.TagClassName
{
border-color: #93A196;
}
</style>