Html Css Color HEX #9EA186 Locust

📋 copy color: '#9EA186'

red 158 ◦ green 161 ◦ blue 134

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

Shades of Locust #9EA186

Tints of Locust #9EA186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.58%

R = 34.88%
G = 35.54%
B = 29.58%

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

#9EA186 (or 0x9EA186) is known color: Locust. HEX triplet: 9E, A1 and 86. RGB value is (158,161,134). Sum of RGB (Red+Green+Blue) = 158+161+134=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA186 is #615E79. Grayscale: #9D9D9D. Windows color (decimal): -6381178 or 8823198. OLE color: 8823198.

HSL color Cylindrical-coordinate representation of color #9EA186: hue angle of 66.67º 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 #9EA186 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 134 -
CMYK 0.02 0 0.17 0.37
HSL 66.67º 0.13% 0.58% -
HSV(B) 66.67º 0.17% 0.63% -
XYZ 31.15 34.48 27.57 -
YUV 157.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 158 161 134 0.02 0 0.17 0.37 66.67 0.13 0.58
Hex 9E A1 86 2 0 11 25 43 D 3A
Octal 236 241 206 2 0 21 45 103 15 72
Binary 10011110 10100001 10000110 10 0 10001 100101 1000011 1101 111010

Color Harmonies of #9EA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA186

Black with #9EA186

Text Example


Text Example

White with #9EA186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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