#9EA18A

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

Shades of Bud #9EA18A

Tints of Bud #9EA18A

Color information

#9EA18A (or 0x9EA18A) is unknown color: approx Bud. HEX triplet: 9E, A1 and 8A. RGB value is (158,161,138). Sum of RGB (Red+Green+Blue) = 158+161+138=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA18A is #615E75. Grayscale: #9D9D9D. Windows color (decimal): -6381174 or 9085342. OLE color: 9085342.

HSL color Cylindrical-coordinate representation of color #9EA18A: hue angle of 67.83º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EA18A is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB158161138-
CMYK0.0200.140.37
HSL67.83º10.9%58.63%-
HSV(B)67.83º14.29%63.14%-
XYZ31.4334.5929.07-
YUV157.48117.01128.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=34.57%
G=35.23%
B=30.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1581611380.0200.140.3767.8310.958.63
Hex9EA18A20E2544b3b
Octal2362412122016451041373
Binary100111101010000110001010100111010010110001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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