Html Css Color HEX #949786 Lemon Grass

📋 copy color: '#949786'

red 148 ◦ green 151 ◦ blue 134

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

Shades of Lemon Grass #949786

Tints of Lemon Grass #949786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.87%

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

R = 34.18%
G = 34.87%
B = 30.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#949786 (or 0x949786) is known color: Lemon Grass. HEX triplet: 94, 97 and 86. RGB value is (148,151,134). Sum of RGB (Red+Green+Blue) = 148+151+134=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 151 - color contains mainly: green. Hex color #949786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949786 is #6B6879. Grayscale: #949494. Windows color (decimal): -7039098 or 8820628. OLE color: 8820628.

HSL color Cylindrical-coordinate representation of color #949786: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949786 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 134 -
CMYK 0.02 0 0.11 0.41
HSL 70.59º 0.08% 0.56% -
HSV(B) 70.59º 0.11% 0.59% -
XYZ 27.58 30.15 26.92 -
YUV 148.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 148 151 134 0.02 0 0.11 0.41 70.59 0.08 0.56
Hex 94 97 86 2 0 B 29 47 8 38
Octal 224 227 206 2 0 13 51 107 10 70
Binary 10010100 10010111 10000110 10 0 1011 101001 1000111 1000 111000

Color Harmonies of #949786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949786

Black with #949786

Text Example


Text Example

White with #949786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949786; }

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

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

background-color css

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

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

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

border-color css

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

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

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