#988034

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

Shades of Lemon Ginger #988034

Tints of Lemon Ginger #988034

Color information

#988034 (or 0x988034) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 34. RGB value is (152,128,52). Sum of RGB (Red+Green+Blue) = 152+128+52=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988034 is #677FCB. Grayscale: #7E7E7E. Windows color (decimal): -6782924 or 3440792. OLE color: 3440792.

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

Color convert

RGB15212852-
CMYK00.160.660.40
HSL45.6º49.02%40%-
HSV(B)45.6º65.79%59.61%-
XYZ21.2922.366.44-
YUV126.5185.95146.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=45.78%
G=38.55%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521285200.160.660.4045.649.0240
Hex98803401042282e3128
Octal2302006402010250566150
Binary10011000100000001101000100001000010101000101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988034; }

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

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

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

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

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

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

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

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