#999C80

Color #999C80 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #999C80

Tints of Lemon Grass #999C80

Color information

#999C80 (or 0x999C80) is unknown color: approx Lemon Grass. HEX triplet: 99, 9C and 80. RGB value is (153,156,128). Sum of RGB (Red+Green+Blue) = 153+156+128=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #999C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C80 is #66637F. Grayscale: #989898. Windows color (decimal): -6710144 or 8428697. OLE color: 8428697.

HSL color Cylindrical-coordinate representation of color #999C80: hue angle of 66.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999C80 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB153156128-
CMYK0.0200.180.39
HSL66.43º12.39%55.69%-
HSV(B)66.43º17.95%61.18%-
XYZ28.9232.1125.1-
YUV151.91114.51128.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=35.01%
G=35.70%
B=29.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561280.0200.180.3966.4312.3955.69
Hex999C8020122742c38
Octal2312342002022471021470
Binary1001100110011100100000001001001010011110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999C80; }

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

 H1.HeaderClassName
 {
   color: #999C80;
 }
 .AnyTagClassName
 {
   color: #999C80;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #999C80;
 }
 .BgClassName
 {
   background-color: #999C80;
 }
</style>
border-color css

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

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

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