#998D0A

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

Shades of Lucky #998D0A

Tints of Lucky #998D0A

Color information

#998D0A (or 0x998D0A) is unknown color: approx Lucky. HEX triplet: 99, 8D and 0A. RGB value is (153,141,10). Sum of RGB (Red+Green+Blue) = 153+141+10=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998D0A is #6672F5. Grayscale: #828282. Windows color (decimal): -6714102 or 691609. OLE color: 691609.

HSL color Cylindrical-coordinate representation of color #998D0A: hue angle of 54.97º 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 #998D0A is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15314110-
CMYK00.080.930.4
HSL54.97º87.73%31.96%-
HSV(B)54.97º93.46%60%-
XYZ22.7225.844.08-
YUV129.6560.48144.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=50.33%
G=46.38%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531411000.080.930.454.9787.7331.96
Hex998DA085D28375820
Octal23121512010135506713040
Binary100110011000110110100100010111011010001101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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