Html Css Color HEX #949486 Lemon Grass

📋 copy color: '#949486'

red 148 ◦ green 148 ◦ blue 134

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

Shades of Lemon Grass #949486

Tints of Lemon Grass #949486

RGB

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

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

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

R = 34.42%
G = 34.42%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#949486 (or 0x949486) is known color: Lemon Grass. HEX triplet: 94, 94 and 86. RGB value is (148,148,134). Sum of RGB (Red+Green+Blue) = 148+148+134=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 148 - color contains mainly: red, green. Hex color #949486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949486 is #6B6B79. Grayscale: #929292. Windows color (decimal): -7039866 or 8819860. OLE color: 8819860.

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

Color convert

RGB 148 148 134 -
CMYK 0 0 0.09 0.42
HSL 60º 0.06% 0.55% -
HSV(B) 60º 0.09% 0.58% -
XYZ 27.11 29.2 26.76 -
YUV 146.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 148 148 134 0 0 0.09 0.42 60 0.06 0.55
Hex 94 94 86 0 0 9 2A 3C 6 37
Octal 224 224 206 0 0 11 52 74 6 67
Binary 10010100 10010100 10000110 0 0 1001 101010 111100 110 110111

Color Harmonies of #949486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949486

Black with #949486

Text Example


Text Example

White with #949486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949486; }

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

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

background-color css

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

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

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

border-color css

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

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

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