Html Css Color HEX #94948E Lemon Grass

📋 copy color: '#94948E'

red 148 ◦ green 148 ◦ blue 142

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

Shades of Lemon Grass #94948E

Tints of Lemon Grass #94948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 33.79%
G = 33.79%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94948E (or 0x94948E) is known color: Lemon Grass. HEX triplet: 94, 94 and 8E. RGB value is (148,148,142). Sum of RGB (Red+Green+Blue) = 148+148+142=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94948E is #6B6B71. Grayscale: #939393. Windows color (decimal): -7039858 or 9344148. OLE color: 9344148.

HSL color Cylindrical-coordinate representation of color #94948E: 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.04%. Process color model (Four color, CMYK) of #94948E is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 142 -
CMYK 0 0 0.04 0.42
HSL 60º 0.03% 0.57% -
HSV(B) 60º 0.04% 0.58% -
XYZ 27.69 29.43 29.81 -
YUV 147.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 148 148 142 0 0 0.04 0.42 60 0.03 0.57
Hex 94 94 8E 0 0 4 2A 3C 3 39
Octal 224 224 216 0 0 4 52 74 3 71
Binary 10010100 10010100 10001110 0 0 100 101010 111100 11 111001

Color Harmonies of #94948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94948E

Black with #94948E

Text Example


Text Example

White with #94948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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