Shades of Edward #92A696
Tints of Edward #92A696
RGB
CMYK
RGB Variations
Color information
#92A696 (or 0x92A696) is known color: Edward. HEX triplet: 92, A6 and 96. RGB value is (146,166,150). Sum of RGB (Red+Green+Blue) = 146+166+150=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #92A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A696 is #6D5969. Grayscale: #9E9E9E. Windows color (decimal): -7166314 or 9873042. OLE color: 9873042.
HSL color Cylindrical-coordinate representation of color #92A696: hue angle of 132º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A696 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 166 | 150 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.35 |
| HSL | 132º | 0.1% | 0.61% | - |
| HSV(B) | 132º | 0.12% | 0.65% | - |
| XYZ | 31 | 35.59 | 34.09 | - |
| YUV | 158.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 150 | 0.12 | 0 | 0.10 | 0.35 | 132 | 0.1 | 0.61 |
| Hex | 92 | A6 | 96 | C | 0 | A | 23 | 84 | A | 3D |
| Octal | 222 | 246 | 226 | 14 | 0 | 12 | 43 | 204 | 12 | 75 |
| Binary | 10010010 | 10100110 | 10010110 | 1100 | 0 | 1010 | 100011 | 10000100 | 1010 | 111101 |
Color Harmonies of #92A696
Complementary color
Monochromatic Colors of #92A696
Black with #92A696
Text Example
Text Example
White with #92A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A696; }
p { color: rgb(146,166,150); }
H1.HeaderClassName
{
color: #92A696;
}
.AnyTagClassName
{
color: #92A696;
}
</style>
background-color css
<style>
a { background-color: #92A696; }
a { background-color: rgb(146,166,150); }
div.DivClassName
{
background-color: #92A696;
}
.BgClassName
{
background-color: #92A696;
}
</style>
border-color css
<style>
span { border-color: #92A696; }
span { border-color: rgb(146,166,150); }
td.TdClassName
{
border-color: #92A696;
}
.TagClassName
{
border-color: #92A696;
}
</style>