Html Css Color HEX #949386 Lemon Grass

📋 copy color: '#949386'

red 148 ◦ green 147 ◦ blue 134

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

Shades of Lemon Grass #949386

Tints of Lemon Grass #949386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

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

R = 34.5%
G = 34.27%
B = 31.24%

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

#949386 (or 0x949386) is known color: Lemon Grass. HEX triplet: 94, 93 and 86. RGB value is (148,147,134). Sum of RGB (Red+Green+Blue) = 148+147+134=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #949386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949386 is #6B6C79. Grayscale: #919191. Windows color (decimal): -7040122 or 8819604. OLE color: 8819604.

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

Color convert

RGB 148 147 134 -
CMYK 0 0.01 0.09 0.42
HSL 55.71º 0.06% 0.55% -
HSV(B) 55.71º 0.09% 0.58% -
XYZ 26.95 28.88 26.71 -
YUV 145.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 148 147 134 0 0.01 0.09 0.42 55.71 0.06 0.55
Hex 94 93 86 0 1 9 2A 38 6 37
Octal 224 223 206 0 1 11 52 70 6 67
Binary 10010100 10010011 10000110 0 1 1001 101010 111000 110 110111

Color Harmonies of #949386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949386

Black with #949386

Text Example


Text Example

White with #949386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949386; }

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

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

background-color css

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

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

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

border-color css

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

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

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