Html Css Color HEX #94948A Lemon Grass

📋 copy color: '#94948A'

red 148 ◦ green 148 ◦ blue 138

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

Shades of Lemon Grass #94948A

Tints of Lemon Grass #94948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 34.1%
G = 34.1%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94948A (or 0x94948A) is known color: Lemon Grass. HEX triplet: 94, 94 and 8A. RGB value is (148,148,138). Sum of RGB (Red+Green+Blue) = 148+148+138=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94948A is #6B6B75. Grayscale: #929292. Windows color (decimal): -7039862 or 9082004. OLE color: 9082004.

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

Color convert

RGB 148 148 138 -
CMYK 0 0 0.07 0.42
HSL 60º 0.04% 0.56% -
HSV(B) 60º 0.07% 0.58% -
XYZ 27.39 29.31 28.26 -
YUV 146.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 148 148 138 0 0 0.07 0.42 60 0.04 0.56
Hex 94 94 8A 0 0 7 2A 3C 4 38
Octal 224 224 212 0 0 7 52 74 4 70
Binary 10010100 10010100 10001010 0 0 111 101010 111100 100 111000

Color Harmonies of #94948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94948A

Black with #94948A

Text Example


Text Example

White with #94948A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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