#92AF95

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

Shades of Envy #92AF95

Tints of Envy #92AF95

Color information

#92AF95 (or 0x92AF95) is unknown color: approx Envy. HEX triplet: 92, AF and 95. RGB value is (146,175,149). Sum of RGB (Red+Green+Blue) = 146+175+149=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AF95 is #6D506A. Grayscale: #A3A3A3. Windows color (decimal): -7164011 or 9809810. OLE color: 9809810.

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

Color convert

RGB146175149-
CMYK0.1700.150.31
HSL126.21º15.34%62.94%-
HSV(B)126.21º16.57%68.63%-
XYZ32.6138.9434.23-
YUV163.36119.89115.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=31.06%
G=37.23%
B=31.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751490.1700.150.31126.2115.3462.94
Hex92AF95110F1F7ef3f
Octal22225722521017371761777
Binary10010010101011111001010110001011111111111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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