#997F35

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

Shades of Lemon Ginger #997F35

Tints of Lemon Ginger #997F35

Color information

#997F35 (or 0x997F35) is unknown color: approx Lemon Ginger. HEX triplet: 99, 7F and 35. RGB value is (153,127,53). Sum of RGB (Red+Green+Blue) = 153+127+53=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #997F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F35 is #6680CA. Grayscale: #7E7E7E. Windows color (decimal): -6717643 or 3506073. OLE color: 3506073.

HSL color Cylindrical-coordinate representation of color #997F35: hue angle of 44.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997F35 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15312753-
CMYK00.170.650.4
HSL44.4º48.54%40.39%-
HSV(B)44.4º65.36%60%-
XYZ21.3722.216.53-
YUV126.3486.61147.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=45.95%
G=38.14%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531275300.170.650.444.448.5440.39
Hex997F3501141282c3128
Octal2311776502110150546150
Binary1001100111111111101010100011000001101000101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,53); }

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

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

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

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

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

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

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