Html Css Color HEX #999117 Lucky

📋 copy color: '#999117'

red 153 ◦ green 145 ◦ blue 23

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

Shades of Lucky #999117

Tints of Lucky #999117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 47.66%
G = 45.17%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#999117 (or 0x999117) is known color: Lucky. HEX triplet: 99, 91 and 17. RGB value is (153,145,23). Sum of RGB (Red+Green+Blue) = 153+145+23=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #999117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999117 is #666EE8. Grayscale: #858585. Windows color (decimal): -6713065 or 1544601. OLE color: 1544601.

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

Color convert

RGB 153 145 23 -
CMYK 0 0.05 0.85 0.4
HSL 56.31º 0.74% 0.35% -
HSV(B) 56.31º 0.85% 0.6% -
XYZ 23.42 27.08 4.8 -
YUV 133.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 153 145 23 0 0.05 0.85 0.4 56.31 0.74 0.35
Hex 99 91 17 0 5 55 28 38 4A 23
Octal 231 221 27 0 5 125 50 70 112 43
Binary 10011001 10010001 10111 0 101 1010101 101000 111000 1001010 100011

Color Harmonies of #999117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999117

Black with #999117

Text Example


Text Example

White with #999117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999117; }

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

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

background-color css

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

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

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

border-color css

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

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

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