Html Css Color HEX #959382 Lemon Grass

📋 copy color: '#959382'

red 149 ◦ green 147 ◦ blue 130

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

Shades of Lemon Grass #959382

Tints of Lemon Grass #959382

RGB

 RED value IS 149 (58.59% from 255) = 34.98%

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

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

R = 34.98%
G = 34.51%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#959382 (or 0x959382) is known color: Lemon Grass. HEX triplet: 95, 93 and 82. RGB value is (149,147,130). Sum of RGB (Red+Green+Blue) = 149+147+130=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959382 is #6A6C7D. Grayscale: #919191. Windows color (decimal): -6974590 or 8557461. OLE color: 8557461.

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

Color convert

RGB 149 147 130 -
CMYK 0 0.01 0.13 0.42
HSL 53.68º 0.08% 0.55% -
HSV(B) 53.68º 0.13% 0.58% -
XYZ 26.86 28.87 25.28 -
YUV 145.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 149 147 130 0 0.01 0.13 0.42 53.68 0.08 0.55
Hex 95 93 82 0 1 D 2A 36 8 37
Octal 225 223 202 0 1 15 52 66 10 67
Binary 10010101 10010011 10000010 0 1 1101 101010 110110 1000 110111

Color Harmonies of #959382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959382

Black with #959382

Text Example


Text Example

White with #959382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959382; }

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

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

background-color css

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

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

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

border-color css

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

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

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