#9EA28D

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

Shades of Bud #9EA28D

Tints of Bud #9EA28D

Color information

#9EA28D (or 0x9EA28D) is unknown color: approx Bud. HEX triplet: 9E, A2 and 8D. RGB value is (158,162,141). Sum of RGB (Red+Green+Blue) = 158+162+141=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA28D is #615D72. Grayscale: #9E9E9E. Windows color (decimal): -6380915 or 9282206. OLE color: 9282206.

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

Color convert

RGB158162141-
CMYK0.0200.130.36
HSL71.43º10.14%59.41%-
HSV(B)71.43º12.96%63.53%-
XYZ31.8335.0330.28-
YUV158.41118.17127.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=34.27%
G=35.14%
B=30.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581621410.0200.130.3671.4310.1459.41
Hex9EA28D20D2447a3b
Octal2362422152015441071273
Binary100111101010001010001101100110110010010001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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