#9EA58A

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

Shades of Bud #9EA58A

Tints of Bud #9EA58A

Color information

#9EA58A (or 0x9EA58A) is unknown color: approx Bud. HEX triplet: 9E, A5 and 8A. RGB value is (158,165,138). Sum of RGB (Red+Green+Blue) = 158+165+138=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA58A is #615A75. Grayscale: #9F9F9F. Windows color (decimal): -6380150 or 9086366. OLE color: 9086366.

HSL color Cylindrical-coordinate representation of color #9EA58A: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA58A is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB158165138-
CMYK0.0400.160.35
HSL75.56º13.04%59.41%-
HSV(B)75.56º16.36%64.71%-
XYZ32.1436.0129.3-
YUV159.83115.68126.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=34.27%
G=35.79%
B=29.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651380.0400.160.3575.5613.0459.41
Hex9EA58A4010234cd3b
Octal2362452124020431141573
Binary10011110101001011000101010001000010001110011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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