Html Css Color HEX #9EA384 Locust

📋 copy color: '#9EA384'

red 158 ◦ green 163 ◦ blue 132

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

Shades of Locust #9EA384

Tints of Locust #9EA384

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 value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#9EA384 (or 0x9EA384) is known color: 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

RGB 158 163 132 -
CMYK 0.03 0 0.19 0.36
HSL 69.68º 0.14% 0.58% -
HSV(B) 69.68º 0.19% 0.64% -
XYZ 31.36 35.13 26.96 -
YUV 157.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 158 163 132 0.03 0 0.19 0.36 69.68 0.14 0.58
Hex 9E A3 84 3 0 13 24 46 E 3A
Octal 236 243 204 3 0 23 44 106 16 72
Binary 10011110 10100011 10000100 11 0 10011 100100 1000110 1110 111010

Color Harmonies of #9EA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA384

Black with #9EA384

Text Example


Text Example

White with #9EA384

Text Example


Text Example

HTML Codes & Css Web 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>