Shades of Envy #92B096
Tints of Envy #92B096
RGB
CMYK
RGB Variations
Color information
#92B096 (or 0x92B096) is known color: Envy. HEX triplet: 92, B0 and 96. RGB value is (146,176,150). Sum of RGB (Red+Green+Blue) = 146+176+150=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #92B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B096 is #6D4F69. Grayscale: #A4A4A4. Windows color (decimal): -7163754 or 9875602. OLE color: 9875602.
HSL color Cylindrical-coordinate representation of color #92B096: hue angle of 128º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92B096 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 176 | 150 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.31 |
| HSL | 128º | 0.16% | 0.63% | - |
| HSV(B) | 128º | 0.17% | 0.69% | - |
| XYZ | 32.88 | 39.36 | 34.72 | - |
| YUV | 164.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 176 | 150 | 0.17 | 0 | 0.15 | 0.31 | 128 | 0.16 | 0.63 |
| Hex | 92 | B0 | 96 | 11 | 0 | F | 1F | 80 | 10 | 3F |
| Octal | 222 | 260 | 226 | 21 | 0 | 17 | 37 | 200 | 20 | 77 |
| Binary | 10010010 | 10110000 | 10010110 | 10001 | 0 | 1111 | 11111 | 10000000 | 10000 | 111111 |
Color Harmonies of #92B096
Complementary color
Monochromatic Colors of #92B096
Black with #92B096
Text Example
Text Example
White with #92B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B096; }
p { color: rgb(146,176,150); }
H1.HeaderClassName
{
color: #92B096;
}
.AnyTagClassName
{
color: #92B096;
}
</style>
background-color css
<style>
a { background-color: #92B096; }
a { background-color: rgb(146,176,150); }
div.DivClassName
{
background-color: #92B096;
}
.BgClassName
{
background-color: #92B096;
}
</style>
border-color css
<style>
span { border-color: #92B096; }
span { border-color: rgb(146,176,150); }
td.TdClassName
{
border-color: #92B096;
}
.TagClassName
{
border-color: #92B096;
}
</style>