Html Css Color HEX #949388 Lemon Grass

📋 copy color: '#949388'

red 148 ◦ green 147 ◦ blue 136

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

Shades of Lemon Grass #949388

Tints of Lemon Grass #949388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.11%

 BLUE value IS 136 (53.52% from 255) = 31.55%

R = 34.34%
G = 34.11%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#949388 (or 0x949388) is known color: Lemon Grass. HEX triplet: 94, 93 and 88. RGB value is (148,147,136). Sum of RGB (Red+Green+Blue) = 148+147+136=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #949388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949388 is #6B6C77. Grayscale: #929292. Windows color (decimal): -7040120 or 8950676. OLE color: 8950676.

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

Color convert

RGB 148 147 136 -
CMYK 0 0.01 0.08 0.42
HSL 55º 0.05% 0.56% -
HSV(B) 55º 0.08% 0.58% -
XYZ 27.09 28.94 27.45 -
YUV 146.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 148 147 136 0 0.01 0.08 0.42 55 0.05 0.56
Hex 94 93 88 0 1 8 2A 37 5 38
Octal 224 223 210 0 1 10 52 67 5 70
Binary 10010100 10010011 10001000 0 1 1000 101010 110111 101 111000

Color Harmonies of #949388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949388

Black with #949388

Text Example


Text Example

White with #949388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949388; }

 p { color: rgb(148,147,136); }

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

background-color css

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

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

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

border-color css

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

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

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