Html Css Color HEX #94938A Lemon Grass

📋 copy color: '#94938A'

red 148 ◦ green 147 ◦ blue 138

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

Shades of Lemon Grass #94938A

Tints of Lemon Grass #94938A

RGB

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

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

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

R = 34.18%
G = 33.95%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94938A (or 0x94938A) is known color: Lemon Grass. HEX triplet: 94, 93 and 8A. RGB value is (148,147,138). Sum of RGB (Red+Green+Blue) = 148+147+138=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 148 - color contains mainly: red. Hex color #94938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938A is #6B6C75. Grayscale: #929292. Windows color (decimal): -7040118 or 9081748. OLE color: 9081748.

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

Color convert

RGB 148 147 138 -
CMYK 0 0.01 0.07 0.42
HSL 54º 0.04% 0.56% -
HSV(B) 54º 0.07% 0.58% -
XYZ 27.23 29 28.21 -
YUV 146.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 148 147 138 0 0.01 0.07 0.42 54 0.04 0.56
Hex 94 93 8A 0 1 7 2A 36 4 38
Octal 224 223 212 0 1 7 52 66 4 70
Binary 10010100 10010011 10001010 0 1 111 101010 110110 100 111000

Color Harmonies of #94938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94938A

Black with #94938A

Text Example


Text Example

White with #94938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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