#988D0A

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

Shades of Lucky #988D0A

Tints of Lucky #988D0A

Color information

#988D0A (or 0x988D0A) is unknown color: approx Lucky. HEX triplet: 98, 8D and 0A. RGB value is (152,141,10). Sum of RGB (Red+Green+Blue) = 152+141+10=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #988D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D0A is #6772F5. Grayscale: #818181. Windows color (decimal): -6779638 or 691608. OLE color: 691608.

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

Color convert

RGB15214110-
CMYK00.070.930.40
HSL55.35º87.65%31.76%-
HSV(B)55.35º93.42%59.61%-
XYZ22.5325.754.07-
YUV129.3560.64144.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.17%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 10 (4.30% from 255) = 3.30%
R=50.17%
G=46.53%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521411000.070.930.4055.3587.6531.76
Hex988DA075D28375820
Octal2302151207135506713040
Binary10011000100011011010011110111011010001101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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