Html Css Color HEX #949380 Lemon Grass

📋 copy color: '#949380'

red 148 ◦ green 147 ◦ blue 128

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

Shades of Lemon Grass #949380

Tints of Lemon Grass #949380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 34.99%
G = 34.75%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#949380 (or 0x949380) is known color: Lemon Grass. HEX triplet: 94, 93 and 80. RGB value is (148,147,128). Sum of RGB (Red+Green+Blue) = 148+147+128=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #949380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949380 is #6B6C7F. Grayscale: #919191. Windows color (decimal): -7040128 or 8426388. OLE color: 8426388.

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

Color convert

RGB 148 147 128 -
CMYK 0 0.01 0.14 0.42
HSL 57º 0.09% 0.54% -
HSV(B) 57º 0.14% 0.58% -
XYZ 26.54 28.72 24.57 -
YUV 145.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 148 147 128 0 0.01 0.14 0.42 57 0.09 0.54
Hex 94 93 80 0 1 E 2A 39 9 36
Octal 224 223 200 0 1 16 52 71 11 66
Binary 10010100 10010011 10000000 0 1 1110 101010 111001 1001 110110

Color Harmonies of #949380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949380

Black with #949380

Text Example


Text Example

White with #949380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949380; }

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

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

background-color css

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

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

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

border-color css

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

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

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