Html Css Color HEX #94957E Lemon Grass

📋 copy color: '#94957E'

red 148 ◦ green 149 ◦ blue 126

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

Shades of Lemon Grass #94957E

Tints of Lemon Grass #94957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 34.99%
G = 35.22%
B = 29.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94957E (or 0x94957E) is known color: Lemon Grass. HEX triplet: 94, 95 and 7E. RGB value is (148,149,126). Sum of RGB (Red+Green+Blue) = 148+149+126=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #94957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94957E is #6B6A81. Grayscale: #929292. Windows color (decimal): -7039618 or 8295828. OLE color: 8295828.

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

Color convert

RGB 148 149 126 -
CMYK 0.01 0 0.15 0.42
HSL 62.61º 0.1% 0.54% -
HSV(B) 62.61º 0.15% 0.58% -
XYZ 26.73 29.3 23.98 -
YUV 146.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 148 149 126 0.01 0 0.15 0.42 62.61 0.1 0.54
Hex 94 95 7E 1 0 F 2A 3F A 36
Octal 224 225 176 1 0 17 52 77 12 66
Binary 10010100 10010101 1111110 1 0 1111 101010 111111 1010 110110

Color Harmonies of #94957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94957E

Black with #94957E

Text Example


Text Example

White with #94957E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,149,126); }

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

background-color css

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

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

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

border-color css

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

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

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