Html Css Color HEX #94968A Lemon Grass

📋 copy color: '#94968A'

red 148 ◦ green 150 ◦ blue 138

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

Shades of Lemon Grass #94968A

Tints of Lemon Grass #94968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 138 (54.3% from 255) = 31.65%

R = 33.94%
G = 34.4%
B = 31.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#94968A (or 0x94968A) is known color: Lemon Grass. HEX triplet: 94, 96 and 8A. RGB value is (148,150,138). Sum of RGB (Red+Green+Blue) = 148+150+138=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #94968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94968A is #6B6975. Grayscale: #949494. Windows color (decimal): -7039350 or 9082516. OLE color: 9082516.

HSL color Cylindrical-coordinate representation of color #94968A: hue angle of 70º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94968A is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 138 -
CMYK 0.01 0 0.08 0.41
HSL 70º 0.05% 0.56% -
HSV(B) 70º 0.08% 0.59% -
XYZ 27.71 29.94 28.36 -
YUV 148.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 148 150 138 0.01 0 0.08 0.41 70 0.05 0.56
Hex 94 96 8A 1 0 8 29 46 5 38
Octal 224 226 212 1 0 10 51 106 5 70
Binary 10010100 10010110 10001010 1 0 1000 101001 1000110 101 111000

Color Harmonies of #94968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94968A

Black with #94968A

Text Example


Text Example

White with #94968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94968A; }

 p { color: rgb(148,150,138); }

 H1.HeaderClassName
 {
   color: #94968A;
 }
 .AnyTagClassName
 {
   color: #94968A;
 }
</style>

background-color css

<style>
 a { background-color: #94968A; }

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

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

border-color css

<style>
 span { border-color: #94968A; }

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

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