Html Css Color HEX #9E9E8E Lemon Grass

📋 copy color: '#9E9E8E'

red 158 ◦ green 158 ◦ blue 142

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

Shades of Lemon Grass #9E9E8E

Tints of Lemon Grass #9E9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 142 (55.86% from 255) = 31%

R = 34.5%
G = 34.5%
B = 31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E9E8E (or 0x9E9E8E) is known color: Lemon Grass. HEX triplet: 9E, 9E and 8E. RGB value is (158,158,142). Sum of RGB (Red+Green+Blue) = 158+158+142=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9E8E is #616171. Grayscale: #9C9C9C. Windows color (decimal): -6381938 or 9346718. OLE color: 9346718.

HSL color Cylindrical-coordinate representation of color #9E9E8E: hue angle of 60º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9E9E8E is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 158 142 -
CMYK 0 0 0.10 0.38
HSL 60º 0.08% 0.59% -
HSV(B) 60º 0.1% 0.62% -
XYZ 31.21 33.68 30.45 -
YUV 156.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 158 158 142 0 0 0.10 0.38 60 0.08 0.59
Hex 9E 9E 8E 0 0 A 26 3C 8 3B
Octal 236 236 216 0 0 12 46 74 10 73
Binary 10011110 10011110 10001110 0 0 1010 100110 111100 1000 111011

Color Harmonies of #9E9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9E8E

Black with #9E9E8E

Text Example


Text Example

White with #9E9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,158,142); }

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

background-color css

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

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

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

border-color css

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

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

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