#92AD96

Color #92AD96 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #92AD96

Tints of Envy #92AD96

Color information

#92AD96 (or 0x92AD96) is unknown color: approx Envy. HEX triplet: 92, AD and 96. RGB value is (146,173,150). Sum of RGB (Red+Green+Blue) = 146+173+150=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AD96 is #6D5269. Grayscale: #A2A2A2. Windows color (decimal): -7164522 or 9874834. OLE color: 9874834.

HSL color Cylindrical-coordinate representation of color #92AD96: hue angle of 128.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92AD96 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB146173150-
CMYK0.1600.130.32
HSL128.89º14.14%62.55%-
HSV(B)128.89º15.61%67.84%-
XYZ32.338.234.52-
YUV162.3121.05116.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 31.13%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=31.13%
G=36.89%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731500.1600.130.32128.8914.1462.55
Hex92AD96100D2081e3f
Octal22225522620015402011677
Binary1001001010101101100101101000001101100000100000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AD96; }

 p { color: rgb(146,173,150); }

 H1.HeaderClassName
 {
   color: #92AD96;
 }
 .AnyTagClassName
 {
   color: #92AD96;
 }
</style>
background-color css

<style>
 a { background-color: #92AD96; }

 a { background-color: rgb(146,173,150); }

 div.DivClassName
 {
   background-color: #92AD96;
 }
 .BgClassName
 {
   background-color: #92AD96;
 }
</style>
border-color css

<style>
 span { border-color: #92AD96; }

 span { border-color: rgb(146,173,150); }

 td.TdClassName
 {
   border-color: #92AD96;
 }
 .TagClassName
 {
   border-color: #92AD96;
 }
</style>