#988030

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

Shades of Lemon Ginger #988030

Tints of Lemon Ginger #988030

Color information

#988030 (or 0x988030) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 30. RGB value is (152,128,48). Sum of RGB (Red+Green+Blue) = 152+128+48=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #988030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988030 is #677FCF. Grayscale: #7E7E7E. Windows color (decimal): -6782928 or 3178648. OLE color: 3178648.

HSL color Cylindrical-coordinate representation of color #988030: hue angle of 46.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988030 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15212848-
CMYK00.160.680.40
HSL46.15º52%39.22%-
HSV(B)46.15º68.42%59.61%-
XYZ21.222.335.99-
YUV126.0683.95146.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 48 (19.14% from 255) = 14.63%
R=46.34%
G=39.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521284800.160.680.4046.155239.22
Hex98803001044282e3427
Octal2302006002010450566447
Binary10011000100000001100000100001000100101000101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988030; }

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

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

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

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

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

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

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

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