Html Css Color HEX #94947F Lemon Grass

📋 copy color: '#94947F'

red 148 ◦ green 148 ◦ blue 127

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

Shades of Lemon Grass #94947F

Tints of Lemon Grass #94947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.02%

R = 34.99%
G = 34.99%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#94947F (or 0x94947F) is known color: Lemon Grass. HEX triplet: 94, 94 and 7F. RGB value is (148,148,127). Sum of RGB (Red+Green+Blue) = 148+148+127=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 148 - color contains mainly: red, green. Hex color #94947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94947F is #6B6B80. Grayscale: #919191. Windows color (decimal): -7039873 or 8361108. OLE color: 8361108.

HSL color Cylindrical-coordinate representation of color #94947F: 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.14%. Process color model (Four color, CMYK) of #94947F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 148 127 -
CMYK 0 0 0.14 0.42
HSL 60º 0.09% 0.54% -
HSV(B) 60º 0.14% 0.58% -
XYZ 26.63 29.01 24.27 -
YUV 145.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 148 148 127 0 0 0.14 0.42 60 0.09 0.54
Hex 94 94 7F 0 0 E 2A 3C 9 36
Octal 224 224 177 0 0 16 52 74 11 66
Binary 10010100 10010100 1111111 0 0 1110 101010 111100 1001 110110

Color Harmonies of #94947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94947F

Black with #94947F

Text Example


Text Example

White with #94947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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