#988917

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

Shades of Lemon Ginger #988917

Tints of Lemon Ginger #988917

Color information

#988917 (or 0x988917) is unknown color: approx Lemon Ginger. HEX triplet: 98, 89 and 17. RGB value is (152,137,23). Sum of RGB (Red+Green+Blue) = 152+137+23=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #988917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988917 is #6776E8. Grayscale: #808080. Windows color (decimal): -6780649 or 1542552. OLE color: 1542552.

HSL color Cylindrical-coordinate representation of color #988917: hue angle of 53.02º 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 #988917 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB15213723-
CMYK00.100.850.40
HSL53.02º73.71%34.31%-
HSV(B)53.02º84.87%59.61%-
XYZ22.0524.634.4-
YUV128.4968.47144.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=48.72%
G=43.91%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521372300.100.850.4053.0273.7134.31
Hex9889170A5528354a22
Octal23021127012125506511242
Binary1001100010001001101110101010101011010001101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988917; }

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

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

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

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

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

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

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

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