Html Css Color HEX #9F9417 Lucky

📋 copy color: '#9F9417'

red 159 ◦ green 148 ◦ blue 23

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

Shades of Lucky #9F9417

Tints of Lucky #9F9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 48.18%
G = 44.85%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F9417 (or 0x9F9417) is known color: Lucky. HEX triplet: 9F, 94 and 17. RGB value is (159,148,23). Sum of RGB (Red+Green+Blue) = 159+148+23=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9417 is #606BE8. Grayscale: #898989. Windows color (decimal): -6319081 or 1545375. OLE color: 1545375.

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

Color convert

RGB 159 148 23 -
CMYK 0 0.07 0.86 0.38
HSL 55.15º 0.75% 0.36% -
HSV(B) 55.15º 0.86% 0.62% -
XYZ 25.04 28.61 5.01 -
YUV 137.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 159 148 23 0 0.07 0.86 0.38 55.15 0.75 0.36
Hex 9F 94 17 0 7 56 26 37 4B 24
Octal 237 224 27 0 7 126 46 67 113 44
Binary 10011111 10010100 10111 0 111 1010110 100110 110111 1001011 100100

Color Harmonies of #9F9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9417

Black with #9F9417

Text Example


Text Example

White with #9F9417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,23); }

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

background-color css

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

 a { background-color: rgb(159,148,23); }

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

border-color css

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

 span { border-color: rgb(159,148,23); }

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