#998c0b

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

Shades of Lucky #998C0B

Tints of Lucky #998C0B

Color information

#998C0B (or 0x998C0B) is unknown color: approx Lucky. HEX triplet: 99, 8C and 0B. RGB value is (153,140,11). Sum of RGB (Red+Green+Blue) = 153+140+11=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #998C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C0B is #6673F4. Grayscale: #818181. Windows color (decimal): -6714357 or 756889. OLE color: 756889.

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

Color convert

RGB15314011-
CMYK00.080.930.4
HSL54.51º86.59%32.16%-
HSV(B)54.51º92.81%60%-
XYZ22.5825.554.06-
YUV129.1861.31144.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=50.33%
G=46.05%
B=3.62%

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
Decimal1531401100.080.930.454.5186.5932.16
Hex998CB085D28375720
Octal23121413010135506712740
Binary100110011000110010110100010111011010001101111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998c0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,11); }

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

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

 a { background-color: rgb(153,140,11); }

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

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

 span { border-color: rgb(153,140,11); }

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