Html Css Color HEX #939580 Lemon Grass

📋 copy color: '#939580'

red 147 ◦ green 149 ◦ blue 128

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

Shades of Lemon Grass #939580

Tints of Lemon Grass #939580

RGB

 RED value IS 147 (57.81% from 255) = 34.67%

 GREEN value IS 149 (58.59% from 255) = 35.14%

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 34.67%
G = 35.14%
B = 30.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#939580 (or 0x939580) is known color: Lemon Grass. HEX triplet: 93, 95 and 80. RGB value is (147,149,128). Sum of RGB (Red+Green+Blue) = 147+149+128=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #939580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939580 is #6C6A7F. Grayscale: #929292. Windows color (decimal): -7105152 or 8426899. OLE color: 8426899.

HSL color Cylindrical-coordinate representation of color #939580: hue angle of 65.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939580 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 149 128 -
CMYK 0.01 0 0.14 0.42
HSL 65.71º 0.09% 0.54% -
HSV(B) 65.71º 0.14% 0.58% -
XYZ 26.68 29.26 24.66 -
YUV 146.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 147 149 128 0.01 0 0.14 0.42 65.71 0.09 0.54
Hex 93 95 80 1 0 E 2A 42 9 36
Octal 223 225 200 1 0 16 52 102 11 66
Binary 10010011 10010101 10000000 1 0 1110 101010 1000010 1001 110110

Color Harmonies of #939580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939580

Black with #939580

Text Example


Text Example

White with #939580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939580; }

 p { color: rgb(147,149,128); }

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

background-color css

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

 a { background-color: rgb(147,149,128); }

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

border-color css

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

 span { border-color: rgb(147,149,128); }

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