#988522

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

Shades of Lemon Ginger #988522

Tints of Lemon Ginger #988522

Color information

#988522 (or 0x988522) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 22. RGB value is (152,133,34). Sum of RGB (Red+Green+Blue) = 152+133+34=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988522 is #677ADD. Grayscale: #7F7F7F. Windows color (decimal): -6781662 or 2262424. OLE color: 2262424.

HSL color Cylindrical-coordinate representation of color #988522: hue angle of 50.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #988522 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB15213334-
CMYK00.130.780.40
HSL50.34º63.44%36.47%-
HSV(B)50.34º77.63%59.61%-
XYZ21.6323.574.92-
YUV127.475.29145.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 34 (13.67% from 255) = 10.66%
R=47.65%
G=41.69%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521333400.130.780.4050.3463.4436.47
Hex9885220D4E28323f24
Octal2302054201511650627744
Binary1001100010000101100010011011001110101000110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988522; }

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

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

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

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

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

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

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

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