Html Css Color HEX #9EA585 Locust

📋 copy color: '#9EA585'

red 158 ◦ green 165 ◦ blue 133

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

Shades of Locust #9EA585

Tints of Locust #9EA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.18%

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

R = 34.65%
G = 36.18%
B = 29.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#9EA585 (or 0x9EA585) is known color: Locust. HEX triplet: 9E, A5 and 85. RGB value is (158,165,133). Sum of RGB (Red+Green+Blue) = 158+165+133=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA585 is #615A7A. Grayscale: #9F9F9F. Windows color (decimal): -6380155 or 8758686. OLE color: 8758686.

HSL color Cylindrical-coordinate representation of color #9EA585: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EA585 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 133 -
CMYK 0.04 0 0.19 0.35
HSL 73.13º 0.15% 0.58% -
HSV(B) 73.13º 0.19% 0.65% -
XYZ 31.79 35.87 27.44 -
YUV 159.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 158 165 133 0.04 0 0.19 0.35 73.13 0.15 0.58
Hex 9E A5 85 4 0 13 23 49 F 3A
Octal 236 245 205 4 0 23 43 111 17 72
Binary 10011110 10100101 10000101 100 0 10011 100011 1001001 1111 111010

Color Harmonies of #9EA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA585

Black with #9EA585

Text Example


Text Example

White with #9EA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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