#988D11

Color #988D11 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #988D11

Tints of Lucky #988D11

Color information

#988D11 (or 0x988D11) is unknown color: approx Lucky. HEX triplet: 98, 8D and 11. RGB value is (152,141,17). Sum of RGB (Red+Green+Blue) = 152+141+17=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D11 is #6772EE. Grayscale: #828282. Windows color (decimal): -6779631 or 1150360. OLE color: 1150360.

HSL color Cylindrical-coordinate representation of color #988D11: hue angle of 55.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988D11 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB15214117-
CMYK00.070.890.40
HSL55.11º79.88%33.14%-
HSV(B)55.11º88.82%59.61%-
XYZ22.5725.774.31-
YUV130.1564.14143.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 17 (7.03% from 255) = 5.48%
R=49.03%
G=45.48%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521411700.070.890.4055.1179.8833.14
Hex988D11075928375021
Octal2302152107131506712041
Binary100110001000110110001011110110011010001101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D11; }

 p { color: rgb(152,141,17); }

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

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

 a { background-color: rgb(152,141,17); }

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

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

 span { border-color: rgb(152,141,17); }

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