#998F29

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

Shades of Lemon Ginger #998F29

Tints of Lemon Ginger #998F29

Color information

#998F29 (or 0x998F29) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8F and 29. RGB value is (153,143,41). Sum of RGB (Red+Green+Blue) = 153+143+41=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #998F29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F29 is #6670D6. Grayscale: #868686. Windows color (decimal): -6713559 or 2723737. OLE color: 2723737.

HSL color Cylindrical-coordinate representation of color #998F29: hue angle of 54.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #998F29 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15314341-
CMYK00.070.730.4
HSL54.64º57.73%38.04%-
HSV(B)54.64º73.2%60%-
XYZ23.3626.586-
YUV134.3675.31141.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 143 (56.25% from 255) = 42.43%
BLUE value IS 41 (16.41% from 255) = 12.17%
R=45.40%
G=42.43%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531434100.070.730.454.6457.7338.04
Hex998F29074928373a26
Octal231217510711150677246
Binary100110011000111110100101111001001101000110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998F29; }

 p { color: rgb(153,143,41); }

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

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

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

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

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

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

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