#9EA384

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

Shades of Locust #9EA384

Tints of Locust #9EA384

Color information

#9EA384 (or 0x9EA384) is unknown color: approx Locust. HEX triplet: 9E, A3 and 84. RGB value is (158,163,132). Sum of RGB (Red+Green+Blue) = 158+163+132=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA384 is #615C7B. Grayscale: #9E9E9E. Windows color (decimal): -6380668 or 8692638. OLE color: 8692638.

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

Color convert

RGB158163132-
CMYK0.0300.190.36
HSL69.68º14.42%57.84%-
HSV(B)69.68º19.02%63.92%-
XYZ31.3635.1326.96-
YUV157.97113.34128.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=34.88%
G=35.98%
B=29.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631320.0300.190.3669.6814.4257.84
Hex9EA38430132446e3a
Octal2362432043023441061672
Binary1001111010100011100001001101001110010010001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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