#988E0B

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

Shades of Lucky #988E0B

Tints of Lucky #988E0B

Color information

#988E0B (or 0x988E0B) is unknown color: approx Lucky. HEX triplet: 98, 8E and 0B. RGB value is (152,142,11). Sum of RGB (Red+Green+Blue) = 152+142+11=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #988E0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E0B is #6771F4. Grayscale: #828282. Windows color (decimal): -6779381 or 757400. OLE color: 757400.

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

Color convert

RGB15214211-
CMYK00.070.930.40
HSL55.74º86.5%31.96%-
HSV(B)55.74º92.76%59.61%-
XYZ22.6826.054.15-
YUV130.0660.81143.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=49.84%
G=46.56%
B=3.61%

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
Decimal1521421100.070.930.4055.7486.531.96
Hex988EB075D28385720
Octal2302161307135507012740
Binary10011000100011101011011110111011010001110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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