#92AC95

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

Shades of Envy #92AC95

Tints of Envy #92AC95

Color information

#92AC95 (or 0x92AC95) is unknown color: approx Envy. HEX triplet: 92, AC and 95. RGB value is (146,172,149). Sum of RGB (Red+Green+Blue) = 146+172+149=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AC95 is #6D536A. Grayscale: #A1A1A1. Windows color (decimal): -7164779 or 9809042. OLE color: 9809042.

HSL color Cylindrical-coordinate representation of color #92AC95: hue angle of 126.92º degrees, saturation: 0.14, 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 #92AC95 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB146172149-
CMYK0.1500.130.33
HSL126.92º13.54%62.35%-
HSV(B)126.92º15.12%67.45%-
XYZ32.0337.7934.04-
YUV161.6120.89116.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=31.26%
G=36.83%
B=31.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721490.1500.130.33126.9213.5462.35
Hex92AC95F0D217fe3e
Octal22225422517015411771676
Binary10010010101011001001010111110110110000111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,172,149); }

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

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

 a { background-color: rgb(146,172,149); }

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

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

 span { border-color: rgb(146,172,149); }

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