#9EB09C

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

Shades of Mantle #9EB09C

Tints of Mantle #9EB09C

Color information

#9EB09C (or 0x9EB09C) is unknown color: approx Mantle. HEX triplet: 9E, B0 and 9C. RGB value is (158,176,156). Sum of RGB (Red+Green+Blue) = 158+176+156=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #9EB09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EB09C is #614F63. Grayscale: #A8A8A8. Windows color (decimal): -6377316 or 10268830. OLE color: 10268830.

HSL color Cylindrical-coordinate representation of color #9EB09C: hue angle of 114º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9EB09C is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB158176156-
CMYK0.1000.110.31
HSL114º11.24%65.1%-
HSV(B)114º11.36%69.02%-
XYZ35.6340.7237.43-
YUV168.34121.04120.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=32.24%
G=35.92%
B=31.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581761560.1000.110.3111411.2465.1
Hex9EB09CA0B1F72b41
Octal236260234120133716213101
Binary10011110101100001001110010100101111111111001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,156); }

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

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

 a { background-color: rgb(158,176,156); }

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

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

 span { border-color: rgb(158,176,156); }

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