Html Css Color HEX #94958F Lemon Grass

📋 copy color: '#94958F'

red 148 ◦ green 149 ◦ blue 143

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

Shades of Lemon Grass #94958F

Tints of Lemon Grass #94958F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 33.64%
G = 33.86%
B = 32.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#94958F (or 0x94958F) is known color: Lemon Grass. HEX triplet: 94, 95 and 8F. RGB value is (148,149,143). Sum of RGB (Red+Green+Blue) = 148+149+143=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 149 - color contains mainly: green. Hex color #94958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94958F is #6B6A70. Grayscale: #949494. Windows color (decimal): -7039601 or 9409940. OLE color: 9409940.

HSL color Cylindrical-coordinate representation of color #94958F: hue angle of 70º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #94958F is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 143 -
CMYK 0.01 0 0.04 0.42
HSL 70º 0.03% 0.57% -
HSV(B) 70º 0.04% 0.58% -
XYZ 27.92 29.77 30.26 -
YUV 148.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 148 149 143 0.01 0 0.04 0.42 70 0.03 0.57
Hex 94 95 8F 1 0 4 2A 46 3 39
Octal 224 225 217 1 0 4 52 106 3 71
Binary 10010100 10010101 10001111 1 0 100 101010 1000110 11 111001

Color Harmonies of #94958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94958F

Black with #94958F

Text Example


Text Example

White with #94958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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