#98882D

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

Shades of Lemon Ginger #98882D

Tints of Lemon Ginger #98882D

Color information

#98882D (or 0x98882D) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 2D. RGB value is (152,136,45). Sum of RGB (Red+Green+Blue) = 152+136+45=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98882D is #6777D2. Grayscale: #828282. Windows color (decimal): -6780883 or 2984088. OLE color: 2984088.

HSL color Cylindrical-coordinate representation of color #98882D: hue angle of 51.03º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98882D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15213645-
CMYK00.110.700.40
HSL51.03º54.31%38.63%-
HSV(B)51.03º70.39%59.61%-
XYZ22.2324.476.03-
YUV130.4179.8143.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=45.65%
G=40.84%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521364500.110.700.4051.0354.3138.63
Hex98882D0B4628333627
Octal2302105501310650636647
Binary1001100010001000101101010111000110101000110011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98882D; }

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

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

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

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

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

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

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

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