Html Css Color HEX #999980 Lemon Grass

📋 copy color: '#999980'

red 153 ◦ green 153 ◦ blue 128

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

Shades of Lemon Grass #999980

Tints of Lemon Grass #999980

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 35.25%
G = 35.25%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#999980 (or 0x999980) is known color: Lemon Grass. HEX triplet: 99, 99 and 80. RGB value is (153,153,128). Sum of RGB (Red+Green+Blue) = 153+153+128=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999980 is #66667F. Grayscale: #969696. Windows color (decimal): -6710912 or 8427929. OLE color: 8427929.

HSL color Cylindrical-coordinate representation of color #999980: hue angle of 60º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999980 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 128 -
CMYK 0 0 0.16 0.4
HSL 60º 0.11% 0.55% -
HSV(B) 60º 0.16% 0.6% -
XYZ 28.42 31.11 24.93 -
YUV 150.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 153 153 128 0 0 0.16 0.4 60 0.11 0.55
Hex 99 99 80 0 0 10 28 3C B 37
Octal 231 231 200 0 0 20 50 74 13 67
Binary 10011001 10011001 10000000 0 0 10000 101000 111100 1011 110111

Color Harmonies of #999980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999980

Black with #999980

Text Example


Text Example

White with #999980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999980; }

 p { color: rgb(153,153,128); }

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

background-color css

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

 a { background-color: rgb(153,153,128); }

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

border-color css

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

 span { border-color: rgb(153,153,128); }

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