Html Css Color HEX #9EA279 Locust

📋 copy color: '#9EA279'

red 158 ◦ green 162 ◦ blue 121

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

Shades of Locust #9EA279

Tints of Locust #9EA279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 35.83%
G = 36.73%
B = 27.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#9EA279 (or 0x9EA279) is known color: Locust. HEX triplet: 9E, A2 and 79. RGB value is (158,162,121). Sum of RGB (Red+Green+Blue) = 158+162+121=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA279 is #615D86. Grayscale: #9C9C9C. Windows color (decimal): -6380935 or 7971486. OLE color: 7971486.

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

Color convert

RGB 158 162 121 -
CMYK 0.02 0 0.25 0.36
HSL 65.85º 0.18% 0.55% -
HSV(B) 65.85º 0.25% 0.64% -
XYZ 30.47 34.49 23.14 -
YUV 156.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 158 162 121 0.02 0 0.25 0.36 65.85 0.18 0.55
Hex 9E A2 79 2 0 19 24 42 12 37
Octal 236 242 171 2 0 31 44 102 22 67
Binary 10011110 10100010 1111001 10 0 11001 100100 1000010 10010 110111

Color Harmonies of #9EA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA279

Black with #9EA279

Text Example


Text Example

White with #9EA279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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