#999785

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

Shades of Lemon Grass #999785

Tints of Lemon Grass #999785

Color information

#999785 (or 0x999785) is unknown color: approx Lemon Grass. HEX triplet: 99, 97 and 85. RGB value is (153,151,133). Sum of RGB (Red+Green+Blue) = 153+151+133=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #999785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999785 is #66687A. Grayscale: #959595. Windows color (decimal): -6711419 or 8755097. OLE color: 8755097.

HSL color Cylindrical-coordinate representation of color #999785: hue angle of 54º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999785 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB153151133-
CMYK00.010.130.4
HSL54º8.93%56.08%-
HSV(B)54º13.07%60%-
XYZ28.4430.626.6-
YUV149.55118.66130.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=35.01%
G=34.55%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315113300.010.130.4548.9356.08
Hex99978501D2836938
Octal231227205011550661170
Binary1001100110010111100001010111011010001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999785; }

 p { color: rgb(153,151,133); }

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

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

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

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

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

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

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