Html Css Color HEX #999016 Lucky

📋 copy color: '#999016'

red 153 ◦ green 144 ◦ blue 22

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

Shades of Lucky #999016

Tints of Lucky #999016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

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

R = 47.96%
G = 45.14%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#999016 (or 0x999016) is known color: Lucky. HEX triplet: 99, 90 and 16. RGB value is (153,144,22). Sum of RGB (Red+Green+Blue) = 153+144+22=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #999016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999016 is #666FE9. Grayscale: #858585. Windows color (decimal): -6713322 or 1478809. OLE color: 1478809.

HSL color Cylindrical-coordinate representation of color #999016: hue angle of 55.88º 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 #999016 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 22 -
CMYK 0 0.06 0.86 0.4
HSL 55.88º 0.75% 0.34% -
HSV(B) 55.88º 0.86% 0.6% -
XYZ 23.25 26.78 4.7 -
YUV 132.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 153 144 22 0 0.06 0.86 0.4 55.88 0.75 0.34
Hex 99 90 16 0 6 56 28 38 4B 22
Octal 231 220 26 0 6 126 50 70 113 42
Binary 10011001 10010000 10110 0 110 1010110 101000 111000 1001011 100010

Color Harmonies of #999016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999016

Black with #999016

Text Example


Text Example

White with #999016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999016; }

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

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

background-color css

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

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

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

border-color css

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

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

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