#988821

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

Shades of Lemon Ginger #988821

Tints of Lemon Ginger #988821

Color information

#988821 (or 0x988821) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 21. RGB value is (152,136,33). Sum of RGB (Red+Green+Blue) = 152+136+33=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #988821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988821 is #6777DE. Grayscale: #818181. Windows color (decimal): -6780895 or 2197656. OLE color: 2197656.

HSL color Cylindrical-coordinate representation of color #988821: hue angle of 51.93º degrees, saturation: 0.64, 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 #988821 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB15213633-
CMYK00.110.780.40
HSL51.93º64.32%36.27%-
HSV(B)51.93º78.29%59.61%-
XYZ22.0324.394.99-
YUV129.0473.8144.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=47.35%
G=42.37%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521363300.110.780.4051.9364.3236.27
Hex9888210B4E28344024
Octal23021041013116506410044
Binary10011000100010001000010101110011101010001101001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988821; }

 p { color: rgb(152,136,33); }

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

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

 a { background-color: rgb(152,136,33); }

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

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

 span { border-color: rgb(152,136,33); }

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