Html Css Color HEX #959486 Lemon Grass

📋 copy color: '#959486'

red 149 ◦ green 148 ◦ blue 134

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

Shades of Lemon Grass #959486

Tints of Lemon Grass #959486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 34.57%
G = 34.34%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#959486 (or 0x959486) is known color: Lemon Grass. HEX triplet: 95, 94 and 86. RGB value is (149,148,134). Sum of RGB (Red+Green+Blue) = 149+148+134=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #959486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959486 is #6A6B79. Grayscale: #929292. Windows color (decimal): -6974330 or 8819861. OLE color: 8819861.

HSL color Cylindrical-coordinate representation of color #959486: hue angle of 56º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959486 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 134 -
CMYK 0 0.01 0.10 0.42
HSL 56º 0.07% 0.55% -
HSV(B) 56º 0.1% 0.58% -
XYZ 27.29 29.29 26.77 -
YUV 146.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 149 148 134 0 0.01 0.10 0.42 56 0.07 0.55
Hex 95 94 86 0 1 A 2A 38 7 37
Octal 225 224 206 0 1 12 52 70 7 67
Binary 10010101 10010100 10000110 0 1 1010 101010 111000 111 110111

Color Harmonies of #959486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959486

Black with #959486

Text Example


Text Example

White with #959486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959486; }

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

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

background-color css

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

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

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

border-color css

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

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

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