Html Css Color HEX #939582 Lemon Grass

📋 copy color: '#939582'

red 147 ◦ green 149 ◦ blue 130

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

Shades of Lemon Grass #939582

Tints of Lemon Grass #939582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 34.51%
G = 34.98%
B = 30.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#939582 (or 0x939582) is known color: Lemon Grass. HEX triplet: 93, 95 and 82. RGB value is (147,149,130). Sum of RGB (Red+Green+Blue) = 147+149+130=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #939582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939582 is #6C6A7D. Grayscale: #929292. Windows color (decimal): -7105150 or 8557971. OLE color: 8557971.

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

Color convert

RGB 147 149 130 -
CMYK 0.01 0 0.13 0.42
HSL 66.32º 0.08% 0.55% -
HSV(B) 66.32º 0.13% 0.58% -
XYZ 26.81 29.31 25.36 -
YUV 146.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 147 149 130 0.01 0 0.13 0.42 66.32 0.08 0.55
Hex 93 95 82 1 0 D 2A 42 8 37
Octal 223 225 202 1 0 15 52 102 10 67
Binary 10010011 10010101 10000010 1 0 1101 101010 1000010 1000 110111

Color Harmonies of #939582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939582

Black with #939582

Text Example


Text Example

White with #939582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939582; }

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

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

background-color css

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

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

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

border-color css

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

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

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