#9EA99B

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

Shades of Mantle #9EA99B

Tints of Mantle #9EA99B

Color information

#9EA99B (or 0x9EA99B) is unknown color: approx Mantle. HEX triplet: 9E, A9 and 9B. RGB value is (158,169,155). Sum of RGB (Red+Green+Blue) = 158+169+155=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA99B is #615664. Grayscale: #A4A4A4. Windows color (decimal): -6379109 or 10201502. OLE color: 10201502.

HSL color Cylindrical-coordinate representation of color #9EA99B: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9EA99B is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB158169155-
CMYK0.0700.080.34
HSL107.14º7.53%63.53%-
HSV(B)107.14º8.28%66.27%-
XYZ34.238.0136.54-
YUV164.12122.86123.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=32.78%
G=35.06%
B=32.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691550.0700.080.34107.147.5363.53
Hex9EA99B708226b840
Octal23625123370104215310100
Binary10011110101010011001101111101000100010110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,169,155); }

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

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

 a { background-color: rgb(158,169,155); }

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

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

 span { border-color: rgb(158,169,155); }

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