Html Css Color HEX #959488 Lemon Grass

📋 copy color: '#959488'

red 149 ◦ green 148 ◦ blue 136

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

Shades of Lemon Grass #959488

Tints of Lemon Grass #959488

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #959488: hue angle of 55.38º 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 #959488 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 136 -
CMYK 0 0.01 0.09 0.42
HSL 55.38º 0.06% 0.56% -
HSV(B) 55.38º 0.09% 0.58% -
XYZ 27.43 29.35 27.51 -
YUV 146.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 149 148 136 0 0.01 0.09 0.42 55.38 0.06 0.56
Hex 95 94 88 0 1 9 2A 37 6 38
Octal 225 224 210 0 1 11 52 67 6 70
Binary 10010101 10010100 10001000 0 1 1001 101010 110111 110 111000

Color Harmonies of #959488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959488

Black with #959488

Text Example


Text Example

White with #959488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959488; }

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

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

background-color css

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

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

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

border-color css

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

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

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