#92A795

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

Shades of Envy #92A795

Tints of Envy #92A795

Color information

#92A795 (or 0x92A795) is unknown color: approx Envy. HEX triplet: 92, A7 and 95. RGB value is (146,167,149). Sum of RGB (Red+Green+Blue) = 146+167+149=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #92A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A795 is #6D586A. Grayscale: #9E9E9E. Windows color (decimal): -7166059 or 9807762. OLE color: 9807762.

HSL color Cylindrical-coordinate representation of color #92A795: hue angle of 128.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A795 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB146167149-
CMYK0.1300.110.35
HSL128.57º10.66%61.37%-
HSV(B)128.57º12.57%65.49%-
XYZ31.135.9233.73-
YUV158.67122.54118.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 167 (65.62% from 255) = 36.15%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=31.60%
G=36.15%
B=32.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461671490.1300.110.35128.5710.6661.37
Hex92A795D0B2381b3d
Octal22224722515013432011375
Binary100100101010011110010101110101011100011100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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