Html Css Color HEX #94937D Lemon Grass

📋 copy color: '#94937D'

red 148 ◦ green 147 ◦ blue 125

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

Shades of Lemon Grass #94937D

Tints of Lemon Grass #94937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 35.24%
G = 35%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#94937D (or 0x94937D) is known color: Lemon Grass. HEX triplet: 94, 93 and 7D. RGB value is (148,147,125). Sum of RGB (Red+Green+Blue) = 148+147+125=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94937D is #6B6C82. Grayscale: #909090. Windows color (decimal): -7040131 or 8229780. OLE color: 8229780.

HSL color Cylindrical-coordinate representation of color #94937D: hue angle of 57.39º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94937D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 125 -
CMYK 0 0.01 0.16 0.42
HSL 57.39º 0.1% 0.54% -
HSV(B) 57.39º 0.16% 0.58% -
XYZ 26.35 28.64 23.54 -
YUV 144.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 148 147 125 0 0.01 0.16 0.42 57.39 0.1 0.54
Hex 94 93 7D 0 1 10 2A 39 A 36
Octal 224 223 175 0 1 20 52 71 12 66
Binary 10010100 10010011 1111101 0 1 10000 101010 111001 1010 110110

Color Harmonies of #94937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94937D

Black with #94937D

Text Example


Text Example

White with #94937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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