Html Css Color HEX #9EA185 Locust

📋 copy color: '#9EA185'

red 158 ◦ green 161 ◦ blue 133

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

Shades of Locust #9EA185

Tints of Locust #9EA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 34.96%
G = 35.62%
B = 29.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#9EA185 (or 0x9EA185) is known color: Locust. HEX triplet: 9E, A1 and 85. RGB value is (158,161,133). Sum of RGB (Red+Green+Blue) = 158+161+133=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA185 is #615E7A. Grayscale: #9D9D9D. Windows color (decimal): -6381179 or 8757662. OLE color: 8757662.

HSL color Cylindrical-coordinate representation of color #9EA185: hue angle of 66.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA185 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 133 -
CMYK 0.02 0 0.17 0.37
HSL 66.43º 0.13% 0.58% -
HSV(B) 66.43º 0.17% 0.63% -
XYZ 31.08 34.45 27.2 -
YUV 156.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 158 161 133 0.02 0 0.17 0.37 66.43 0.13 0.58
Hex 9E A1 85 2 0 11 25 42 D 3A
Octal 236 241 205 2 0 21 45 102 15 72
Binary 10011110 10100001 10000101 10 0 10001 100101 1000010 1101 111010

Color Harmonies of #9EA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA185

Black with #9EA185

Text Example


Text Example

White with #9EA185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,133); }

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

background-color css

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

 a { background-color: rgb(158,161,133); }

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

border-color css

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

 span { border-color: rgb(158,161,133); }

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