Html Css Color HEX #988E10 Lucky

📋 copy color: '#988E10'

red 152 ◦ green 142 ◦ blue 16

#988E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #988E10

Tints of Lucky #988E10

RGB

 RED value IS 152 (59.77% from 255) = 49.03%

 GREEN value IS 142 (55.86% from 255) = 45.81%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 49.03%
G = 45.81%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#988E10 (or 0x988E10) is known color: Lucky. HEX triplet: 98, 8E and 10. RGB value is (152,142,16). Sum of RGB (Red+Green+Blue) = 152+142+16=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #988E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988E10 is #6771EF. Grayscale: #838383. Windows color (decimal): -6779376 or 1085080. OLE color: 1085080.

HSL color Cylindrical-coordinate representation of color #988E10: hue angle of 55.59º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #988E10 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 16 -
CMYK 0 0.07 0.89 0.40
HSL 55.59º 0.81% 0.33% -
HSV(B) 55.59º 0.89% 0.6% -
XYZ 22.72 26.06 4.32 -
YUV 130.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 152 142 16 0 0.07 0.89 0.40 55.59 0.81 0.33
Hex 98 8E 10 0 7 59 28 38 51 21
Octal 230 216 20 0 7 131 50 70 121 41
Binary 10011000 10001110 10000 0 111 1011001 101000 111000 1010001 100001

Color Harmonies of #988E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E10

Black with #988E10

Text Example


Text Example

White with #988E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #988E10;
 }
 .AnyTagClassName
 {
   color: #988E10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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