Html Css Color HEX #959582 Lemon Grass

📋 copy color: '#959582'

red 149 ◦ green 149 ◦ blue 130

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

Shades of Lemon Grass #959582

Tints of Lemon Grass #959582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 34.81%
G = 34.81%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#959582 (or 0x959582) is known color: Lemon Grass. HEX triplet: 95, 95 and 82. RGB value is (149,149,130). Sum of RGB (Red+Green+Blue) = 149+149+130=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959582 is #6A6A7D. Grayscale: #929292. Windows color (decimal): -6974078 or 8557973. OLE color: 8557973.

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

Color convert

RGB 149 149 130 -
CMYK 0 0 0.13 0.42
HSL 60º 0.08% 0.55% -
HSV(B) 60º 0.13% 0.58% -
XYZ 27.17 29.5 25.38 -
YUV 146.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 149 149 130 0 0 0.13 0.42 60 0.08 0.55
Hex 95 95 82 0 0 D 2A 3C 8 37
Octal 225 225 202 0 0 15 52 74 10 67
Binary 10010101 10010101 10000010 0 0 1101 101010 111100 1000 110111

Color Harmonies of #959582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959582

Black with #959582

Text Example


Text Example

White with #959582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959582; }

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

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

background-color css

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

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

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

border-color css

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

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

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