Html Css Color HEX #999118 Lucky

📋 copy color: '#999118'

red 153 ◦ green 145 ◦ blue 24

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

Shades of Lucky #999118

Tints of Lucky #999118

RGB

 RED value IS 153 (60.16% from 255) = 47.52%

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 47.52%
G = 45.03%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#999118 (or 0x999118) is known color: Lucky. HEX triplet: 99, 91 and 18. RGB value is (153,145,24). Sum of RGB (Red+Green+Blue) = 153+145+24=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #999118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999118 is #666EE7. Grayscale: #868686. Windows color (decimal): -6713064 or 1610137. OLE color: 1610137.

HSL color Cylindrical-coordinate representation of color #999118: hue angle of 56.28º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999118 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 24 -
CMYK 0 0.05 0.84 0.4
HSL 56.28º 0.73% 0.35% -
HSV(B) 56.28º 0.84% 0.6% -
XYZ 23.43 27.09 4.86 -
YUV 133.6 66.15 141.84 -
System Red Green Blue C M Y K H S L
Decimal 153 145 24 0 0.05 0.84 0.4 56.28 0.73 0.35
Hex 99 91 18 0 5 54 28 38 49 23
Octal 231 221 30 0 5 124 50 70 111 43
Binary 10011001 10010001 11000 0 101 1010100 101000 111000 1001001 100011

Color Harmonies of #999118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999118

Black with #999118

Text Example


Text Example

White with #999118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999118; }

 p { color: rgb(153,145,24); }

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

background-color css

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

 a { background-color: rgb(153,145,24); }

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

border-color css

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

 span { border-color: rgb(153,145,24); }

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