#99997D

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

Shades of Lemon Grass #99997D

Tints of Lemon Grass #99997D

Color information

#99997D (or 0x99997D) is unknown color: approx Lemon Grass. HEX triplet: 99, 99 and 7D. RGB value is (153,153,125). Sum of RGB (Red+Green+Blue) = 153+153+125=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99997D is #666682. Grayscale: #959595. Windows color (decimal): -6710915 or 8231321. OLE color: 8231321.

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

Color convert

RGB153153125-
CMYK000.180.4
HSL60º12.07%54.51%-
HSV(B)60º18.3%60%-
XYZ28.2331.0423.9-
YUV149.81114130.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=35.50%
G=35.50%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153125000.180.46012.0754.51
Hex99997D0012283cc37
Octal231231175002250741467
Binary1001100110011001111110100100101010001111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99997D; }

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

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

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

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

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

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

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

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