#9E928A

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

Shades of Zorba #9E928A

Tints of Zorba #9E928A

Color information

#9E928A (or 0x9E928A) is unknown color: approx Zorba. HEX triplet: 9E, 92 and 8A. RGB value is (158,146,138). Sum of RGB (Red+Green+Blue) = 158+146+138=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 158 - color contains mainly: red. Hex color #9E928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E928A is #616D75. Grayscale: #949494. Windows color (decimal): -6385014 or 9081502. OLE color: 9081502.

HSL color Cylindrical-coordinate representation of color #9E928A: hue angle of 24º 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 #9E928A is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB158146138-
CMYK00.080.130.38
HSL24º9.35%58.04%-
HSV(B)24º12.66%61.96%-
XYZ28.9729.6628.24-
YUV148.68121.98134.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=35.75%
G=33.03%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814613800.080.130.38249.3558.04
Hex9E928A08D261893a
Octal2362222120101546301172
Binary100111101001001010001010010001101100110110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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