Shades of Edward #92AB98
Tints of Edward #92AB98
RGB
CMYK
RGB Variations
Color information
#92AB98 (or 0x92AB98) is known color: Edward. HEX triplet: 92, AB and 98. RGB value is (146,171,152). Sum of RGB (Red+Green+Blue) = 146+171+152=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB98 is #6D5467. Grayscale: #A1A1A1. Windows color (decimal): -7165032 or 10005394. OLE color: 10005394.
HSL color Cylindrical-coordinate representation of color #92AB98: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92AB98 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 152 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.33 |
| HSL | 134.4º | 0.13% | 0.62% | - |
| HSV(B) | 134.4º | 0.15% | 0.67% | - |
| XYZ | 32.08 | 37.5 | 35.25 | - |
| YUV | 161.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 152 | 0.15 | 0 | 0.11 | 0.33 | 134.4 | 0.13 | 0.62 |
| Hex | 92 | AB | 98 | F | 0 | B | 21 | 86 | D | 3E |
| Octal | 222 | 253 | 230 | 17 | 0 | 13 | 41 | 206 | 15 | 76 |
| Binary | 10010010 | 10101011 | 10011000 | 1111 | 0 | 1011 | 100001 | 10000110 | 1101 | 111110 |
Color Harmonies of #92AB98
Complementary color
Monochromatic Colors of #92AB98
Black with #92AB98
Text Example
Text Example
White with #92AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB98; }
p { color: rgb(146,171,152); }
H1.HeaderClassName
{
color: #92AB98;
}
.AnyTagClassName
{
color: #92AB98;
}
</style>
background-color css
<style>
a { background-color: #92AB98; }
a { background-color: rgb(146,171,152); }
div.DivClassName
{
background-color: #92AB98;
}
.BgClassName
{
background-color: #92AB98;
}
</style>
border-color css
<style>
span { border-color: #92AB98; }
span { border-color: rgb(146,171,152); }
td.TdClassName
{
border-color: #92AB98;
}
.TagClassName
{
border-color: #92AB98;
}
</style>