#92AB95

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

Shades of Envy #92AB95

Tints of Envy #92AB95

Color information

#92AB95 (or 0x92AB95) is unknown color: approx Envy. HEX triplet: 92, AB and 95. RGB value is (146,171,149). Sum of RGB (Red+Green+Blue) = 146+171+149=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB95 is #6D546A. Grayscale: #A1A1A1. Windows color (decimal): -7165035 or 9808786. OLE color: 9808786.

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

Color convert

RGB146171149-
CMYK0.1500.130.33
HSL127.2º12.95%62.16%-
HSV(B)127.2º14.62%67.06%-
XYZ31.8437.4133.98-
YUV161.02121.22117.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=31.33%
G=36.70%
B=31.97%

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
Decimal1461711490.1500.130.33127.212.9562.16
Hex92AB95F0D217fd3e
Octal22225322517015411771576
Binary10010010101010111001010111110110110000111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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