Html Css Color HEX #9F9116 Lucky

📋 copy color: '#9F9116'

red 159 ◦ green 145 ◦ blue 22

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

Shades of Lucky #9F9116

Tints of Lucky #9F9116

RGB

 RED value IS 159 (62.5% from 255) = 48.77%

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

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

R = 48.77%
G = 44.48%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F9116 (or 0x9F9116) is known color: Lucky. HEX triplet: 9F, 91 and 16. RGB value is (159,145,22). Sum of RGB (Red+Green+Blue) = 159+145+22=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9116 is #606EE9. Grayscale: #878787. Windows color (decimal): -6319850 or 1479071. OLE color: 1479071.

HSL color Cylindrical-coordinate representation of color #9F9116: hue angle of 53.87º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F9116 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 145 22 -
CMYK 0 0.09 0.86 0.38
HSL 53.87º 0.76% 0.35% -
HSV(B) 53.87º 0.86% 0.62% -
XYZ 24.57 27.68 4.81 -
YUV 135.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 159 145 22 0 0.09 0.86 0.38 53.87 0.76 0.35
Hex 9F 91 16 0 9 56 26 36 4C 23
Octal 237 221 26 0 11 126 46 66 114 43
Binary 10011111 10010001 10110 0 1001 1010110 100110 110110 1001100 100011

Color Harmonies of #9F9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9116

Black with #9F9116

Text Example


Text Example

White with #9F9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9116; }

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

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

background-color css

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

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

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

border-color css

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

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

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