#997F33

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

Shades of Lemon Ginger #997F33

Tints of Lemon Ginger #997F33

Color information

#997F33 (or 0x997F33) is unknown color: approx Lemon Ginger. HEX triplet: 99, 7F and 33. RGB value is (153,127,51). Sum of RGB (Red+Green+Blue) = 153+127+51=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997F33 is #6680CC. Grayscale: #7E7E7E. Windows color (decimal): -6717645 or 3375001. OLE color: 3375001.

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

Color convert

RGB15312751-
CMYK00.170.670.4
HSL44.71º50%40%-
HSV(B)44.71º66.67%60%-
XYZ21.3222.196.29-
YUV126.1185.61147.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=46.22%
G=38.37%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531275100.170.670.444.715040
Hex997F3301143282d3228
Octal2311776302110350556250
Binary1001100111111111100110100011000011101000101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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