#988534

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

Shades of Lemon Ginger #988534

Tints of Lemon Ginger #988534

Color information

#988534 (or 0x988534) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 34. RGB value is (152,133,52). Sum of RGB (Red+Green+Blue) = 152+133+52=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988534 is #677ACB. Grayscale: #818181. Windows color (decimal): -6781644 or 3442072. OLE color: 3442072.

HSL color Cylindrical-coordinate representation of color #988534: hue angle of 48.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 #988534 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15213352-
CMYK00.130.660.40
HSL48.6º49.02%40%-
HSV(B)48.6º65.79%59.61%-
XYZ21.9623.76.67-
YUV129.4584.29144.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=45.10%
G=39.47%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521335200.130.660.4048.649.0240
Hex9885340D4228313128
Octal2302056401510250616150
Binary1001100010000101110100011011000010101000110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988534; }

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

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

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

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

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

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

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

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