#998133

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

Shades of Lemon Ginger #998133

Tints of Lemon Ginger #998133

Color information

#998133 (or 0x998133) is unknown color: approx Lemon Ginger. HEX triplet: 99, 81 and 33. RGB value is (153,129,51). Sum of RGB (Red+Green+Blue) = 153+129+51=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998133 is #667ECC. Grayscale: #7F7F7F. Windows color (decimal): -6717133 or 3375513. OLE color: 3375513.

HSL color Cylindrical-coordinate representation of color #998133: hue angle of 45.88º 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 #998133 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15312951-
CMYK00.160.670.4
HSL45.88º50%40%-
HSV(B)45.88º66.67%60%-
XYZ21.5822.716.38-
YUV127.2884.95146.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=45.95%
G=38.74%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531295100.160.670.445.885040
Hex99813301043282e3228
Octal2312016302010350566250
Binary10011001100000011100110100001000011101000101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998133; }

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

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

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

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

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

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

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

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