#9EA688

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

Shades of Bud #9EA688

Tints of Bud #9EA688

Color information

#9EA688 (or 0x9EA688) is unknown color: approx Bud. HEX triplet: 9E, A6 and 88. RGB value is (158,166,136). Sum of RGB (Red+Green+Blue) = 158+166+136=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA688 is #615977. Grayscale: #A0A0A0. Windows color (decimal): -6379896 or 8955550. OLE color: 8955550.

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

Color convert

RGB158166136-
CMYK0.0500.180.35
HSL76º14.42%59.22%-
HSV(B)76º18.07%65.1%-
XYZ32.1836.3228.61-
YUV160.19114.35126.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=34.35%
G=36.09%
B=29.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661360.0500.180.357614.4259.22
Hex9EA6885012234ce3b
Octal2362462105022431141673
Binary10011110101001101000100010101001010001110011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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