Html Css Color HEX #9EA484 Locust

📋 copy color: '#9EA484'

red 158 ◦ green 164 ◦ blue 132

#9EA484
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #9EA484

Tints of Locust #9EA484

RGB

 RED value IS 158 (62.11% from 255) = 34.8%

 GREEN value IS 164 (64.45% from 255) = 36.12%

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 34.8%
G = 36.12%
B = 29.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9EA484 (or 0x9EA484) is known color: Locust. HEX triplet: 9E, A4 and 84. RGB value is (158,164,132). Sum of RGB (Red+Green+Blue) = 158+164+132=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA484 is #615B7B. Grayscale: #9E9E9E. Windows color (decimal): -6380412 or 8692894. OLE color: 8692894.

HSL color Cylindrical-coordinate representation of color #9EA484: hue angle of 71.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA484 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 132 -
CMYK 0.04 0 0.20 0.36
HSL 71.25º 0.15% 0.58% -
HSV(B) 71.25º 0.2% 0.64% -
XYZ 31.54 35.49 27.02 -
YUV 158.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 158 164 132 0.04 0 0.20 0.36 71.25 0.15 0.58
Hex 9E A4 84 4 0 14 24 47 F 3A
Octal 236 244 204 4 0 24 44 107 17 72
Binary 10011110 10100100 10000100 100 0 10100 100100 1000111 1111 111010

Color Harmonies of #9EA484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA484

Black with #9EA484

Text Example


Text Example

White with #9EA484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EA484;
 }
 .AnyTagClassName
 {
   color: #9EA484;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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