Html Css Color HEX #949588 Lemon Grass

📋 copy color: '#949588'

red 148 ◦ green 149 ◦ blue 136

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

Shades of Lemon Grass #949588

Tints of Lemon Grass #949588

RGB

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

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

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

R = 34.18%
G = 34.41%
B = 31.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#949588 (or 0x949588) is known color: Lemon Grass. HEX triplet: 94, 95 and 88. RGB value is (148,149,136). Sum of RGB (Red+Green+Blue) = 148+149+136=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 149 - color contains mainly: green. Hex color #949588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949588 is #6B6A77. Grayscale: #939393. Windows color (decimal): -7039608 or 8951188. OLE color: 8951188.

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

Color convert

RGB 148 149 136 -
CMYK 0.01 0 0.09 0.42
HSL 64.62º 0.06% 0.56% -
HSV(B) 64.62º 0.09% 0.58% -
XYZ 27.4 29.57 27.56 -
YUV 147.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 148 149 136 0.01 0 0.09 0.42 64.62 0.06 0.56
Hex 94 95 88 1 0 9 2A 41 6 38
Octal 224 225 210 1 0 11 52 101 6 70
Binary 10010100 10010101 10001000 1 0 1001 101010 1000001 110 111000

Color Harmonies of #949588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949588

Black with #949588

Text Example


Text Example

White with #949588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949588; }

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

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

background-color css

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

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

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

border-color css

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

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

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