#98842A

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

Shades of Lemon Ginger #98842A

Tints of Lemon Ginger #98842A

Color information

#98842A (or 0x98842A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 84 and 2A. RGB value is (152,132,42). Sum of RGB (Red+Green+Blue) = 152+132+42=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98842A is #677BD5. Grayscale: #808080. Windows color (decimal): -6781910 or 2786456. OLE color: 2786456.

HSL color Cylindrical-coordinate representation of color #98842A: hue angle of 49.09º degrees, saturation: 0.57, 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 #98842A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15213242-
CMYK00.130.720.40
HSL49.09º56.7%38.04%-
HSV(B)49.09º72.37%59.61%-
XYZ21.6223.355.56-
YUV127.7279.63145.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=46.63%
G=40.49%
B=12.88%

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
Decimal1521324200.130.720.4049.0956.738.04
Hex98842A0D4828313926
Octal2302045201511050617146
Binary1001100010000100101010011011001000101000110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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