#998030

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

Shades of Lemon Ginger #998030

Tints of Lemon Ginger #998030

Color information

#998030 (or 0x998030) is unknown color: approx Lemon Ginger. HEX triplet: 99, 80 and 30. RGB value is (153,128,48). Sum of RGB (Red+Green+Blue) = 153+128+48=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #998030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998030 is #667FCF. Grayscale: #7E7E7E. Windows color (decimal): -6717392 or 3178649. OLE color: 3178649.

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

Color convert

RGB15312848-
CMYK00.160.690.4
HSL45.71º52.24%39.41%-
HSV(B)45.71º68.63%60%-
XYZ21.3922.426-
YUV126.3583.78147-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=46.50%
G=38.91%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531284800.160.690.445.7152.2439.41
Hex99803001045282e3427
Octal2312006002010550566447
Binary10011001100000001100000100001000101101000101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998030; }

 p { color: rgb(153,128,48); }

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

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

 a { background-color: rgb(153,128,48); }

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

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

 span { border-color: rgb(153,128,48); }

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