#988321

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

Shades of Lemon Ginger #988321

Tints of Lemon Ginger #988321

Color information

#988321 (or 0x988321) is unknown color: approx Lemon Ginger. HEX triplet: 98, 83 and 21. RGB value is (152,131,33). Sum of RGB (Red+Green+Blue) = 152+131+33=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #988321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988321 is #677CDE. Grayscale: #7E7E7E. Windows color (decimal): -6782175 or 2196376. OLE color: 2196376.

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

Color convert

RGB15213133-
CMYK00.140.780.40
HSL49.41º64.32%36.27%-
HSV(B)49.41º78.29%59.61%-
XYZ21.3423.024.76-
YUV126.1175.46146.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=48.10%
G=41.46%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521313300.140.780.4049.4164.3236.27
Hex9883210E4E28314024
Octal23020341016116506110044
Binary10011000100000111000010111010011101010001100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988321; }

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

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

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

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

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

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

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

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