Html Css Color HEX #979882 Lemon Grass

📋 copy color: '#979882'

red 151 ◦ green 152 ◦ blue 130

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

Shades of Lemon Grass #979882

Tints of Lemon Grass #979882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 34.87%
G = 35.1%
B = 30.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#979882 (or 0x979882) is known color: Lemon Grass. HEX triplet: 97, 98 and 82. RGB value is (151,152,130). Sum of RGB (Red+Green+Blue) = 151+152+130=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #979882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979882 is #68677D. Grayscale: #959595. Windows color (decimal): -6842238 or 8558743. OLE color: 8558743.

HSL color Cylindrical-coordinate representation of color #979882: hue angle of 62.73º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979882 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 152 130 -
CMYK 0.01 0 0.14 0.40
HSL 62.73º 0.1% 0.55% -
HSV(B) 62.73º 0.14% 0.6% -
XYZ 28.02 30.65 25.56 -
YUV 149.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 151 152 130 0.01 0 0.14 0.40 62.73 0.1 0.55
Hex 97 98 82 1 0 E 28 3F A 37
Octal 227 230 202 1 0 16 50 77 12 67
Binary 10010111 10011000 10000010 1 0 1110 101000 111111 1010 110111

Color Harmonies of #979882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979882

Black with #979882

Text Example


Text Example

White with #979882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979882; }

 p { color: rgb(151,152,130); }

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

background-color css

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

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

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

border-color css

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

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

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