Html Css Color HEX #9EA285 Locust

📋 copy color: '#9EA285'

red 158 ◦ green 162 ◦ blue 133

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

Shades of Locust #9EA285

Tints of Locust #9EA285

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 34.88%
G = 35.76%
B = 29.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#9EA285 (or 0x9EA285) is known color: Locust. HEX triplet: 9E, A2 and 85. RGB value is (158,162,133). Sum of RGB (Red+Green+Blue) = 158+162+133=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA285 is #615D7A. Grayscale: #9D9D9D. Windows color (decimal): -6380923 or 8757918. OLE color: 8757918.

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

Color convert

RGB 158 162 133 -
CMYK 0.02 0 0.18 0.36
HSL 68.28º 0.13% 0.58% -
HSV(B) 68.28º 0.18% 0.64% -
XYZ 31.25 34.8 27.26 -
YUV 157.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 158 162 133 0.02 0 0.18 0.36 68.28 0.13 0.58
Hex 9E A2 85 2 0 12 24 44 D 3A
Octal 236 242 205 2 0 22 44 104 15 72
Binary 10011110 10100010 10000101 10 0 10010 100100 1000100 1101 111010

Color Harmonies of #9EA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA285

Black with #9EA285

Text Example


Text Example

White with #9EA285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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