#988817

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

Shades of Lemon Ginger #988817

Tints of Lemon Ginger #988817

Color information

#988817 (or 0x988817) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 17. RGB value is (152,136,23). Sum of RGB (Red+Green+Blue) = 152+136+23=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #988817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988817 is #6777E8. Grayscale: #808080. Windows color (decimal): -6780905 or 1542296. OLE color: 1542296.

HSL color Cylindrical-coordinate representation of color #988817: hue angle of 52.56º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #988817 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB15213623-
CMYK00.110.850.40
HSL52.56º73.71%34.31%-
HSV(B)52.56º84.87%59.61%-
XYZ21.9124.354.36-
YUV127.968.8145.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=48.87%
G=43.73%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521362300.110.850.4052.5673.7134.31
Hex9888170B5528354a22
Octal23021027013125506511242
Binary1001100010001000101110101110101011010001101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988817; }

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

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

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

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

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

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

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

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