#989021

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

Shades of Lemon Ginger #989021

Tints of Lemon Ginger #989021

Color information

#989021 (or 0x989021) is unknown color: approx Lemon Ginger. HEX triplet: 98, 90 and 21. RGB value is (152,144,33). Sum of RGB (Red+Green+Blue) = 152+144+33=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #989021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989021 is #676FDE. Grayscale: #868686. Windows color (decimal): -6778847 or 2199704. OLE color: 2199704.

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

Color convert

RGB15214433-
CMYK00.050.780.40
HSL55.97º64.32%36.27%-
HSV(B)55.97º78.29%59.61%-
XYZ23.226.735.38-
YUV133.7471.15141.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 33 (13.28% from 255) = 10.03%
R=46.20%
G=43.77%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521443300.050.780.4055.9764.3236.27
Hex989021054E28384024
Octal2302204105116507010044
Binary1001100010010000100001010110011101010001110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989021; }

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

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

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

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

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

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

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

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