#98881E

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

Shades of Lemon Ginger #98881E

Tints of Lemon Ginger #98881E

Color information

#98881E (or 0x98881E) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 1E. RGB value is (152,136,30). Sum of RGB (Red+Green+Blue) = 152+136+30=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98881E is #6777E1. Grayscale: #818181. Windows color (decimal): -6780898 or 2001048. OLE color: 2001048.

HSL color Cylindrical-coordinate representation of color #98881E: hue angle of 52.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98881E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB15213630-
CMYK00.110.800.40
HSL52.13º67.03%35.69%-
HSV(B)52.13º80.26%59.61%-
XYZ21.9924.384.77-
YUV128.772.3144.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=47.80%
G=42.77%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521363000.110.800.4052.1367.0335.69
Hex98881E0B5028344324
Octal23021036013120506410344
Binary1001100010001000111100101110100001010001101001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98881E; }

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

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

<style>
 a { background-color: #98881E; }

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

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

<style>
 span { border-color: #98881E; }

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

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