Shades of Edward #92AB96
Tints of Edward #92AB96
RGB
CMYK
RGB Variations
Color information
#92AB96 (or 0x92AB96) is known color: Edward. HEX triplet: 92, AB and 96. RGB value is (146,171,150). Sum of RGB (Red+Green+Blue) = 146+171+150=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB96 is #6D5469. Grayscale: #A1A1A1. Windows color (decimal): -7165034 or 9874322. OLE color: 9874322.
HSL color Cylindrical-coordinate representation of color #92AB96: hue angle of 129.6º 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 #92AB96 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 150 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.33 |
| HSL | 129.6º | 0.13% | 0.62% | - |
| HSV(B) | 129.6º | 0.15% | 0.67% | - |
| XYZ | 31.92 | 37.44 | 34.4 | - |
| YUV | 161.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 150 | 0.15 | 0 | 0.12 | 0.33 | 129.6 | 0.13 | 0.62 |
| Hex | 92 | AB | 96 | F | 0 | C | 21 | 82 | D | 3E |
| Octal | 222 | 253 | 226 | 17 | 0 | 14 | 41 | 202 | 15 | 76 |
| Binary | 10010010 | 10101011 | 10010110 | 1111 | 0 | 1100 | 100001 | 10000010 | 1101 | 111110 |
Color Harmonies of #92AB96
Complementary color
Monochromatic Colors of #92AB96
Black with #92AB96
Text Example
Text Example
White with #92AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB96; }
p { color: rgb(146,171,150); }
H1.HeaderClassName
{
color: #92AB96;
}
.AnyTagClassName
{
color: #92AB96;
}
</style>
background-color css
<style>
a { background-color: #92AB96; }
a { background-color: rgb(146,171,150); }
div.DivClassName
{
background-color: #92AB96;
}
.BgClassName
{
background-color: #92AB96;
}
</style>
border-color css
<style>
span { border-color: #92AB96; }
span { border-color: rgb(146,171,150); }
td.TdClassName
{
border-color: #92AB96;
}
.TagClassName
{
border-color: #92AB96;
}
</style>