Html Css Color HEX #999116 Lucky

📋 copy color: '#999116'

red 153 ◦ green 145 ◦ blue 22

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

Shades of Lucky #999116

Tints of Lucky #999116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 47.81%
G = 45.31%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#999116 (or 0x999116) is known color: Lucky. HEX triplet: 99, 91 and 16. RGB value is (153,145,22). Sum of RGB (Red+Green+Blue) = 153+145+22=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #999116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999116 is #666EE9. Grayscale: #858585. Windows color (decimal): -6713066 or 1479065. OLE color: 1479065.

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

Color convert

RGB 153 145 22 -
CMYK 0 0.05 0.86 0.4
HSL 56.34º 0.75% 0.34% -
HSV(B) 56.34º 0.86% 0.6% -
XYZ 23.41 27.08 4.75 -
YUV 133.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 153 145 22 0 0.05 0.86 0.4 56.34 0.75 0.34
Hex 99 91 16 0 5 56 28 38 4B 22
Octal 231 221 26 0 5 126 50 70 113 42
Binary 10011001 10010001 10110 0 101 1010110 101000 111000 1001011 100010

Color Harmonies of #999116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999116

Black with #999116

Text Example


Text Example

White with #999116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999116; }

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

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

background-color css

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

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

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

border-color css

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

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

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