#997D2F

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

Shades of Lemon Ginger #997D2F

Tints of Lemon Ginger #997D2F

Color information

#997D2F (or 0x997D2F) is unknown color: approx Lemon Ginger. HEX triplet: 99, 7D and 2F. RGB value is (153,125,47). Sum of RGB (Red+Green+Blue) = 153+125+47=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #997D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D2F is #6682D0. Grayscale: #7C7C7C. Windows color (decimal): -6718161 or 3112345. OLE color: 3112345.

HSL color Cylindrical-coordinate representation of color #997D2F: hue angle of 44.15º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997D2F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB15312547-
CMYK00.180.690.4
HSL44.15º53%39.22%-
HSV(B)44.15º69.28%60%-
XYZ20.9821.645.76-
YUV124.4884.28148.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=47.08%
G=38.46%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531254700.180.690.444.155339.22
Hex997D2F01245282c3527
Octal2311755702210550546547
Binary1001100111111011011110100101000101101000101100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997D2F; }

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

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

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

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

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

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

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

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