Html Css Color HEX #94958B Lemon Grass

📋 copy color: '#94958B'

red 148 ◦ green 149 ◦ blue 139

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

Shades of Lemon Grass #94958B

Tints of Lemon Grass #94958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 33.94%
G = 34.17%
B = 31.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94958B (or 0x94958B) is known color: Lemon Grass. HEX triplet: 94, 95 and 8B. RGB value is (148,149,139). Sum of RGB (Red+Green+Blue) = 148+149+139=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 149 - color contains mainly: green. Hex color #94958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94958B is #6B6A74. Grayscale: #939393. Windows color (decimal): -7039605 or 9147796. OLE color: 9147796.

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

Color convert

RGB 148 149 139 -
CMYK 0.01 0 0.07 0.42
HSL 66º 0.05% 0.56% -
HSV(B) 66º 0.07% 0.58% -
XYZ 27.62 29.65 28.69 -
YUV 147.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 148 149 139 0.01 0 0.07 0.42 66 0.05 0.56
Hex 94 95 8B 1 0 7 2A 42 5 38
Octal 224 225 213 1 0 7 52 102 5 70
Binary 10010100 10010101 10001011 1 0 111 101010 1000010 101 111000

Color Harmonies of #94958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94958B

Black with #94958B

Text Example


Text Example

White with #94958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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