#92A895

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

Shades of Envy #92A895

Tints of Envy #92A895

Color information

#92A895 (or 0x92A895) is unknown color: approx Envy. HEX triplet: 92, A8 and 95. RGB value is (146,168,149). Sum of RGB (Red+Green+Blue) = 146+168+149=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 168 - color contains mainly: green. Hex color #92A895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A895 is #6D576A. Grayscale: #9F9F9F. Windows color (decimal): -7165803 or 9808018. OLE color: 9808018.

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

Color convert

RGB146168149-
CMYK0.1300.110.34
HSL128.18º11.22%61.57%-
HSV(B)128.18º13.1%65.88%-
XYZ31.2836.2933.79-
YUV159.26122.21118.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=31.53%
G=36.29%
B=32.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461681490.1300.110.34128.1811.2261.57
Hex92A895D0B2280b3e
Octal22225022515013422001376
Binary100100101010100010010101110101011100010100000001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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