Html Css Color HEX #94947E Lemon Grass

📋 copy color: '#94947E'

red 148 ◦ green 148 ◦ blue 126

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

Shades of Lemon Grass #94947E

Tints of Lemon Grass #94947E

RGB

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

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

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

R = 35.07%
G = 35.07%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#94947E (or 0x94947E) is known color: Lemon Grass. HEX triplet: 94, 94 and 7E. RGB value is (148,148,126). Sum of RGB (Red+Green+Blue) = 148+148+126=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947E is #6B6B81. Grayscale: #919191. Windows color (decimal): -7039874 or 8295572. OLE color: 8295572.

HSL color Cylindrical-coordinate representation of color #94947E: hue angle of 60º degrees, saturation: 0.09, 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 #94947E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 126 -
CMYK 0 0 0.15 0.42
HSL 60º 0.09% 0.54% -
HSV(B) 60º 0.15% 0.58% -
XYZ 26.57 28.98 23.93 -
YUV 145.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 148 148 126 0 0 0.15 0.42 60 0.09 0.54
Hex 94 94 7E 0 0 F 2A 3C 9 36
Octal 224 224 176 0 0 17 52 74 11 66
Binary 10010100 10010100 1111110 0 0 1111 101010 111100 1001 110110

Color Harmonies of #94947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94947E

Black with #94947E

Text Example


Text Example

White with #94947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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