Html Css Color HEX #94948D Lemon Grass

📋 copy color: '#94948D'

red 148 ◦ green 148 ◦ blue 141

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

Shades of Lemon Grass #94948D

Tints of Lemon Grass #94948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.87%

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 33.87%
G = 33.87%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#94948D (or 0x94948D) is known color: Lemon Grass. HEX triplet: 94, 94 and 8D. RGB value is (148,148,141). Sum of RGB (Red+Green+Blue) = 148+148+141=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94948D is #6B6B72. Grayscale: #939393. Windows color (decimal): -7039859 or 9278612. OLE color: 9278612.

HSL color Cylindrical-coordinate representation of color #94948D: hue angle of 60º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #94948D is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 141 -
CMYK 0 0 0.05 0.42
HSL 60º 0.03% 0.57% -
HSV(B) 60º 0.05% 0.58% -
XYZ 27.61 29.4 29.42 -
YUV 147.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 148 148 141 0 0 0.05 0.42 60 0.03 0.57
Hex 94 94 8D 0 0 5 2A 3C 3 39
Octal 224 224 215 0 0 5 52 74 3 71
Binary 10010100 10010100 10001101 0 0 101 101010 111100 11 111001

Color Harmonies of #94948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94948D

Black with #94948D

Text Example


Text Example

White with #94948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94948D; }

 p { color: rgb(148,148,141); }

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

background-color css

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

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

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

border-color css

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

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

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