#98852C

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

Shades of Lemon Ginger #98852C

Tints of Lemon Ginger #98852C

Color information

#98852C (or 0x98852C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 85 and 2C. RGB value is (152,133,44). Sum of RGB (Red+Green+Blue) = 152+133+44=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98852C is #677AD3. Grayscale: #808080. Windows color (decimal): -6781652 or 2917784. OLE color: 2917784.

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

Color convert

RGB15213344-
CMYK00.130.710.40
HSL49.44º55.1%38.43%-
HSV(B)49.44º71.05%59.61%-
XYZ21.7923.635.8-
YUV128.5480.29144.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=46.20%
G=40.43%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521334400.130.710.4049.4455.138.43
Hex98852C0D4728313726
Octal2302055401510750616746
Binary1001100010000101101100011011000111101000110001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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