#9E908A

Color #9E908A Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9E908A

Tints of Zorba #9E908A

Color information

#9E908A (or 0x9E908A) is unknown color: approx Zorba. HEX triplet: 9E, 90 and 8A. RGB value is (158,144,138). Sum of RGB (Red+Green+Blue) = 158+144+138=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E908A is #616F75. Grayscale: #939393. Windows color (decimal): -6385526 or 9080990. OLE color: 9080990.

HSL color Cylindrical-coordinate representation of color #9E908A: hue angle of 18º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E908A is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158144138-
CMYK00.090.130.38
HSL18º9.35%58.04%-
HSV(B)18º12.66%61.96%-
XYZ28.6629.0528.14-
YUV147.5122.64135.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=35.91%
G=32.73%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814413800.090.130.38189.3558.04
Hex9E908A09D261293a
Octal2362202120111546221172
Binary100111101001000010001010010011101100110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E908A; }

 p { color: rgb(158,144,138); }

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

<style>
 a { background-color: #9E908A; }

 a { background-color: rgb(158,144,138); }

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

<style>
 span { border-color: #9E908A; }

 span { border-color: rgb(158,144,138); }

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