Shades of Edward #92A396
Tints of Edward #92A396
RGB
CMYK
RGB Variations
Color information
#92A396 (or 0x92A396) is known color: Edward. HEX triplet: 92, A3 and 96. RGB value is (146,163,150). Sum of RGB (Red+Green+Blue) = 146+163+150=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #92A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A396 is #6D5C69. Grayscale: #9C9C9C. Windows color (decimal): -7167082 or 9872274. OLE color: 9872274.
HSL color Cylindrical-coordinate representation of color #92A396: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92A396 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 163 | 150 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.36 |
| HSL | 134.12º | 0.08% | 0.61% | - |
| HSV(B) | 134.12º | 0.1% | 0.64% | - |
| XYZ | 30.46 | 34.51 | 33.91 | - |
| YUV | 156.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 150 | 0.10 | 0 | 0.08 | 0.36 | 134.12 | 0.08 | 0.61 |
| Hex | 92 | A3 | 96 | A | 0 | 8 | 24 | 86 | 8 | 3D |
| Octal | 222 | 243 | 226 | 12 | 0 | 10 | 44 | 206 | 10 | 75 |
| Binary | 10010010 | 10100011 | 10010110 | 1010 | 0 | 1000 | 100100 | 10000110 | 1000 | 111101 |
Color Harmonies of #92A396
Complementary color
Monochromatic Colors of #92A396
Black with #92A396
Text Example
Text Example
White with #92A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A396; }
p { color: rgb(146,163,150); }
H1.HeaderClassName
{
color: #92A396;
}
.AnyTagClassName
{
color: #92A396;
}
</style>
background-color css
<style>
a { background-color: #92A396; }
a { background-color: rgb(146,163,150); }
div.DivClassName
{
background-color: #92A396;
}
.BgClassName
{
background-color: #92A396;
}
</style>
border-color css
<style>
span { border-color: #92A396; }
span { border-color: rgb(146,163,150); }
td.TdClassName
{
border-color: #92A396;
}
.TagClassName
{
border-color: #92A396;
}
</style>