#92A695

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

Shades of Envy #92A695

Tints of Envy #92A695

Color information

#92A695 (or 0x92A695) is unknown color: approx Envy. HEX triplet: 92, A6 and 95. RGB value is (146,166,149). Sum of RGB (Red+Green+Blue) = 146+166+149=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 166 - color contains mainly: green. Hex color #92A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A695 is #6D596A. Grayscale: #9E9E9E. Windows color (decimal): -7166315 or 9807506. OLE color: 9807506.

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

Color convert

RGB146166149-
CMYK0.1200.100.35
HSL129º10.1%61.18%-
HSV(B)129º12.05%65.1%-
XYZ30.9235.5533.67-
YUV158.08122.87119.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=31.67%
G=36.01%
B=32.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461661490.1200.100.3512910.161.18
Hex92A695C0A2381a3d
Octal22224622514012432011275
Binary100100101010011010010101110001010100011100000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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