#988E0A

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

Shades of Lucky #988E0A

Tints of Lucky #988E0A

Color information

#988E0A (or 0x988E0A) is unknown color: approx Lucky. HEX triplet: 98, 8E and 0A. RGB value is (152,142,10). Sum of RGB (Red+Green+Blue) = 152+142+10=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #988E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E0A is #6771F5. Grayscale: #828282. Windows color (decimal): -6779382 or 691864. OLE color: 691864.

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

Color convert

RGB15214210-
CMYK00.070.930.40
HSL55.77º87.65%31.76%-
HSV(B)55.77º93.42%59.61%-
XYZ22.6826.044.12-
YUV129.9460.31143.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 10 (4.30% from 255) = 3.29%
R=50%
G=46.71%
B=3.29%

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
Decimal1521421000.070.930.4055.7787.6531.76
Hex988EA075D28385820
Octal2302161207135507013040
Binary10011000100011101010011110111011010001110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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