#988D0B

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

Shades of Lucky #988D0B

Tints of Lucky #988D0B

Color information

#988D0B (or 0x988D0B) is unknown color: approx Lucky. HEX triplet: 98, 8D and 0B. RGB value is (152,141,11). Sum of RGB (Red+Green+Blue) = 152+141+11=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988D0B is #6772F4. Grayscale: #828282. Windows color (decimal): -6779637 or 757144. OLE color: 757144.

HSL color Cylindrical-coordinate representation of color #988D0B: hue angle of 55.32º 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 #988D0B is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15214111-
CMYK00.070.930.40
HSL55.32º86.5%31.96%-
HSV(B)55.32º92.76%59.61%-
XYZ22.5325.754.1-
YUV129.4761.14144.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=50%
G=46.38%
B=3.62%

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
Decimal1521411100.070.930.4055.3286.531.96
Hex988DB075D28375720
Octal2302151307135506712740
Binary10011000100011011011011110111011010001101111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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