Html Css Color HEX #949586 Lemon Grass

📋 copy color: '#949586'

red 148 ◦ green 149 ◦ blue 134

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

Shades of Lemon Grass #949586

Tints of Lemon Grass #949586

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 148 149 134 -
CMYK 0.01 0 0.10 0.42
HSL 64º 0.07% 0.55% -
HSV(B) 64º 0.1% 0.58% -
XYZ 27.26 29.51 26.81 -
YUV 146.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 148 149 134 0.01 0 0.10 0.42 64 0.07 0.55
Hex 94 95 86 1 0 A 2A 40 7 37
Octal 224 225 206 1 0 12 52 100 7 67
Binary 10010100 10010101 10000110 1 0 1010 101010 1000000 111 110111

Color Harmonies of #949586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949586

Black with #949586

Text Example


Text Example

White with #949586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949586; }

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

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

background-color css

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

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

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

border-color css

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

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

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