Shades of Edward #92A898
Tints of Edward #92A898
RGB
CMYK
RGB Variations
Color information
#92A898 (or 0x92A898) is known color: Edward. HEX triplet: 92, A8 and 98. RGB value is (146,168,152). Sum of RGB (Red+Green+Blue) = 146+168+152=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #92A898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A898 is #6D5767. Grayscale: #9F9F9F. Windows color (decimal): -7165800 or 10004626. OLE color: 10004626.
HSL color Cylindrical-coordinate representation of color #92A898: hue angle of 136.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A898 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 168 | 152 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.34 |
| HSL | 136.36º | 0.11% | 0.62% | - |
| HSV(B) | 136.36º | 0.13% | 0.66% | - |
| XYZ | 31.52 | 36.38 | 35.07 | - |
| YUV | 159.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 168 | 152 | 0.13 | 0 | 0.10 | 0.34 | 136.36 | 0.11 | 0.62 |
| Hex | 92 | A8 | 98 | D | 0 | A | 22 | 88 | B | 3E |
| Octal | 222 | 250 | 230 | 15 | 0 | 12 | 42 | 210 | 13 | 76 |
| Binary | 10010010 | 10101000 | 10011000 | 1101 | 0 | 1010 | 100010 | 10001000 | 1011 | 111110 |
Color Harmonies of #92A898
Complementary color
Monochromatic Colors of #92A898
Black with #92A898
Text Example
Text Example
White with #92A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A898; }
p { color: rgb(146,168,152); }
H1.HeaderClassName
{
color: #92A898;
}
.AnyTagClassName
{
color: #92A898;
}
</style>
background-color css
<style>
a { background-color: #92A898; }
a { background-color: rgb(146,168,152); }
div.DivClassName
{
background-color: #92A898;
}
.BgClassName
{
background-color: #92A898;
}
</style>
border-color css
<style>
span { border-color: #92A898; }
span { border-color: rgb(146,168,152); }
td.TdClassName
{
border-color: #92A898;
}
.TagClassName
{
border-color: #92A898;
}
</style>