#9EA687

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

Shades of Bud #9EA687

Tints of Bud #9EA687

Color information

#9EA687 (or 0x9EA687) is unknown color: approx Bud. HEX triplet: 9E, A6 and 87. RGB value is (158,166,135). Sum of RGB (Red+Green+Blue) = 158+166+135=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA687 is #615978. Grayscale: #A0A0A0. Windows color (decimal): -6379897 or 8890014. OLE color: 8890014.

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

Color convert

RGB158166135-
CMYK0.0500.190.35
HSL75.48º14.83%59.02%-
HSV(B)75.48º18.67%65.1%-
XYZ32.1136.2928.23-
YUV160.07113.85126.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 135 (53.12% from 255) = 29.41%
R=34.42%
G=36.17%
B=29.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661350.0500.190.3575.4814.8359.02
Hex9EA6875013234bf3b
Octal2362462075023431131773
Binary10011110101001101000011110101001110001110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,166,135); }

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

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

 a { background-color: rgb(158,166,135); }

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

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

 span { border-color: rgb(158,166,135); }

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