Html Css Color HEX #9F9616 Lucky

📋 copy color: '#9F9616'

red 159 ◦ green 150 ◦ blue 22

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

Shades of Lucky #9F9616

Tints of Lucky #9F9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 48.04%
G = 45.32%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F9616 (or 0x9F9616) is known color: Lucky. HEX triplet: 9F, 96 and 16. RGB value is (159,150,22). Sum of RGB (Red+Green+Blue) = 159+150+22=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9616 is #6069E9. Grayscale: #8A8A8A. Windows color (decimal): -6318570 or 1480351. OLE color: 1480351.

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

Color convert

RGB 159 150 22 -
CMYK 0 0.06 0.86 0.38
HSL 56.06º 0.76% 0.35% -
HSV(B) 56.06º 0.86% 0.62% -
XYZ 25.35 29.24 5.07 -
YUV 138.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 159 150 22 0 0.06 0.86 0.38 56.06 0.76 0.35
Hex 9F 96 16 0 6 56 26 38 4C 23
Octal 237 226 26 0 6 126 46 70 114 43
Binary 10011111 10010110 10110 0 110 1010110 100110 111000 1001100 100011

Color Harmonies of #9F9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9616

Black with #9F9616

Text Example


Text Example

White with #9F9616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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