Html Css Color HEX #949382 Lemon Grass

📋 copy color: '#949382'

red 148 ◦ green 147 ◦ blue 130

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

Shades of Lemon Grass #949382

Tints of Lemon Grass #949382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 34.82%
G = 34.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#949382 (or 0x949382) is known color: Lemon Grass. HEX triplet: 94, 93 and 82. RGB value is (148,147,130). Sum of RGB (Red+Green+Blue) = 148+147+130=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #949382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949382 is #6B6C7D. Grayscale: #919191. Windows color (decimal): -7040126 or 8557460. OLE color: 8557460.

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

Color convert

RGB 148 147 130 -
CMYK 0 0.01 0.12 0.42
HSL 56.67º 0.08% 0.55% -
HSV(B) 56.67º 0.12% 0.58% -
XYZ 26.68 28.78 25.27 -
YUV 145.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 148 147 130 0 0.01 0.12 0.42 56.67 0.08 0.55
Hex 94 93 82 0 1 C 2A 39 8 37
Octal 224 223 202 0 1 14 52 71 10 67
Binary 10010100 10010011 10000010 0 1 1100 101010 111001 1000 110111

Color Harmonies of #949382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949382

Black with #949382

Text Example


Text Example

White with #949382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949382; }

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

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

background-color css

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

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

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

border-color css

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

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

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