#9EA38D

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

Shades of Bud #9EA38D

Tints of Bud #9EA38D

Color information

#9EA38D (or 0x9EA38D) is unknown color: approx Bud. HEX triplet: 9E, A3 and 8D. RGB value is (158,163,141). Sum of RGB (Red+Green+Blue) = 158+163+141=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA38D is #615C72. Grayscale: #9F9F9F. Windows color (decimal): -6380659 or 9282462. OLE color: 9282462.

HSL color Cylindrical-coordinate representation of color #9EA38D: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EA38D is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB158163141-
CMYK0.0300.130.36
HSL73.64º10.68%59.61%-
HSV(B)73.64º13.5%63.92%-
XYZ32.0135.3930.34-
YUV159117.84127.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=34.20%
G=35.28%
B=30.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631410.0300.130.3673.6410.6859.61
Hex9EA38D30D244ab3c
Octal2362432153015441121374
Binary100111101010001110001101110110110010010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,141); }

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

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

 a { background-color: rgb(158,163,141); }

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

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

 span { border-color: rgb(158,163,141); }

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