Html Css Color HEX #949580 Lemon Grass

📋 copy color: '#949580'

red 148 ◦ green 149 ◦ blue 128

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

Shades of Lemon Grass #949580

Tints of Lemon Grass #949580

RGB

 RED value IS 148 (58.2% from 255) = 34.82%

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

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

R = 34.82%
G = 35.06%
B = 30.12%

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

#949580 (or 0x949580) is known color: Lemon Grass. HEX triplet: 94, 95 and 80. RGB value is (148,149,128). Sum of RGB (Red+Green+Blue) = 148+149+128=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #949580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949580 is #6B6A7F. Grayscale: #929292. Windows color (decimal): -7039616 or 8426900. OLE color: 8426900.

HSL color Cylindrical-coordinate representation of color #949580: hue angle of 62.86º 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 #949580 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 128 -
CMYK 0.01 0 0.14 0.42
HSL 62.86º 0.09% 0.54% -
HSV(B) 62.86º 0.14% 0.58% -
XYZ 26.86 29.35 24.67 -
YUV 146.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 148 149 128 0.01 0 0.14 0.42 62.86 0.09 0.54
Hex 94 95 80 1 0 E 2A 3F 9 36
Octal 224 225 200 1 0 16 52 77 11 66
Binary 10010100 10010101 10000000 1 0 1110 101010 111111 1001 110110

Color Harmonies of #949580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949580

Black with #949580

Text Example


Text Example

White with #949580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949580; }

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

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

background-color css

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

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

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

border-color css

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

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

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