Html Css Color HEX #959487 Lemon Grass

📋 copy color: '#959487'

red 149 ◦ green 148 ◦ blue 135

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

Shades of Lemon Grass #959487

Tints of Lemon Grass #959487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.25%

R = 34.49%
G = 34.26%
B = 31.25%

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

#959487 (or 0x959487) is known color: Lemon Grass. HEX triplet: 95, 94 and 87. RGB value is (149,148,135). Sum of RGB (Red+Green+Blue) = 149+148+135=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 149 - color contains mainly: red. Hex color #959487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959487 is #6A6B78. Grayscale: #929292. Windows color (decimal): -6974329 or 8885397. OLE color: 8885397.

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

Color convert

RGB 149 148 135 -
CMYK 0 0.01 0.09 0.42
HSL 55.71º 0.06% 0.56% -
HSV(B) 55.71º 0.09% 0.58% -
XYZ 27.36 29.32 27.14 -
YUV 146.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 149 148 135 0 0.01 0.09 0.42 55.71 0.06 0.56
Hex 95 94 87 0 1 9 2A 38 6 38
Octal 225 224 207 0 1 11 52 70 6 70
Binary 10010101 10010100 10000111 0 1 1001 101010 111000 110 111000

Color Harmonies of #959487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959487

Black with #959487

Text Example


Text Example

White with #959487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959487; }

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

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

background-color css

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

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

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

border-color css

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

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

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