#988621

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

Shades of Lemon Ginger #988621

Tints of Lemon Ginger #988621

Color information

#988621 (or 0x988621) is unknown color: approx Lemon Ginger. HEX triplet: 98, 86 and 21. RGB value is (152,134,33). Sum of RGB (Red+Green+Blue) = 152+134+33=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #988621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988621 is #6779DE. Grayscale: #808080. Windows color (decimal): -6781407 or 2197144. OLE color: 2197144.

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

Color convert

RGB15213433-
CMYK00.120.780.40
HSL50.92º64.32%36.27%-
HSV(B)50.92º78.29%59.61%-
XYZ21.7523.844.89-
YUV127.8774.46145.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 33 (13.28% from 255) = 10.34%
R=47.65%
G=42.01%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521343300.120.780.4050.9264.3236.27
Hex9886210C4E28334024
Octal23020641014116506310044
Binary10011000100001101000010110010011101010001100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988621; }

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

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

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

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

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

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

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

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