#93B096

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

Shades of Envy #93B096

Tints of Envy #93B096

Color information

#93B096 (or 0x93B096) is unknown color: approx Envy. HEX triplet: 93, B0 and 96. RGB value is (147,176,150). Sum of RGB (Red+Green+Blue) = 147+176+150=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #93B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B096 is #6C4F69. Grayscale: #A4A4A4. Windows color (decimal): -7098218 or 9875603. OLE color: 9875603.

HSL color Cylindrical-coordinate representation of color #93B096: hue angle of 126.21º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93B096 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB147176150-
CMYK0.1600.150.31
HSL126.21º15.51%63.33%-
HSV(B)126.21º16.48%69.02%-
XYZ33.0639.4634.73-
YUV164.36119.89115.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=31.08%
G=37.21%
B=31.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761500.1600.150.31126.2115.5163.33
Hex93B096100F1F7e103f
Octal22326022620017371762077
Binary100100111011000010010110100000111111111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93B096; }

 p { color: rgb(147,176,150); }

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

<style>
 a { background-color: #93B096; }

 a { background-color: rgb(147,176,150); }

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

<style>
 span { border-color: #93B096; }

 span { border-color: rgb(147,176,150); }

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