#98882C

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

Shades of Lemon Ginger #98882C

Tints of Lemon Ginger #98882C

Color information

#98882C (or 0x98882C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 2C. RGB value is (152,136,44). Sum of RGB (Red+Green+Blue) = 152+136+44=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98882C is #6777D3. Grayscale: #828282. Windows color (decimal): -6780884 or 2918552. OLE color: 2918552.

HSL color Cylindrical-coordinate representation of color #98882C: hue angle of 51.11º 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 #98882C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB15213644-
CMYK00.110.710.40
HSL51.11º55.1%38.43%-
HSV(B)51.11º71.05%59.61%-
XYZ22.2124.475.93-
YUV130.379.3143.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=45.78%
G=40.96%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521364400.110.710.4051.1155.138.43
Hex98882C0B4728333726
Octal2302105401310750636746
Binary1001100010001000101100010111000111101000110011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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