#98842B

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

Shades of Lemon Ginger #98842B

Tints of Lemon Ginger #98842B

Color information

#98842B (or 0x98842B) is unknown color: approx Lemon Ginger. HEX triplet: 98, 84 and 2B. RGB value is (152,132,43). Sum of RGB (Red+Green+Blue) = 152+132+43=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98842B is #677BD4. Grayscale: #808080. Windows color (decimal): -6781909 or 2851992. OLE color: 2851992.

HSL color Cylindrical-coordinate representation of color #98842B: hue angle of 48.99º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98842B is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15213243-
CMYK00.130.720.40
HSL48.99º55.9%38.24%-
HSV(B)48.99º71.71%59.61%-
XYZ21.6423.355.65-
YUV127.8380.13145.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=46.48%
G=40.37%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521324300.130.720.4048.9955.938.24
Hex98842B0D4828313826
Octal2302045301511050617046
Binary1001100010000100101011011011001000101000110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98842B; }

 p { color: rgb(152,132,43); }

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

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

 a { background-color: rgb(152,132,43); }

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

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

 span { border-color: rgb(152,132,43); }

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