#98822C

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

Shades of Lemon Ginger #98822C

Tints of Lemon Ginger #98822C

Color information

#98822C (or 0x98822C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 82 and 2C. RGB value is (152,130,44). Sum of RGB (Red+Green+Blue) = 152+130+44=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98822C is #677DD3. Grayscale: #7F7F7F. Windows color (decimal): -6782420 or 2917016. OLE color: 2917016.

HSL color Cylindrical-coordinate representation of color #98822C: hue angle of 47.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98822C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15213044-
CMYK00.140.710.40
HSL47.78º55.1%38.43%-
HSV(B)47.78º71.05%59.61%-
XYZ21.3922.825.66-
YUV126.7781.29145.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=46.63%
G=39.88%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521304400.140.710.4047.7855.138.43
Hex98822C0E4728303726
Octal2302025401610750606746
Binary1001100010000010101100011101000111101000110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98822C; }

 p { color: rgb(152,130,44); }

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

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

 a { background-color: rgb(152,130,44); }

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

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

 span { border-color: rgb(152,130,44); }

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