Html Css Color HEX #9F9416 Lucky

📋 copy color: '#9F9416'

red 159 ◦ green 148 ◦ blue 22

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

Shades of Lucky #9F9416

Tints of Lucky #9F9416

RGB

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

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

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

R = 48.33%
G = 44.98%
B = 6.69%

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

#9F9416 (or 0x9F9416) is known color: Lucky. HEX triplet: 9F, 94 and 16. RGB value is (159,148,22). Sum of RGB (Red+Green+Blue) = 159+148+22=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9416 is #606BE9. Grayscale: #898989. Windows color (decimal): -6319082 or 1479839. OLE color: 1479839.

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

Color convert

RGB 159 148 22 -
CMYK 0 0.07 0.86 0.38
HSL 55.18º 0.76% 0.35% -
HSV(B) 55.18º 0.86% 0.62% -
XYZ 25.03 28.61 4.96 -
YUV 136.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 159 148 22 0 0.07 0.86 0.38 55.18 0.76 0.35
Hex 9F 94 16 0 7 56 26 37 4C 23
Octal 237 224 26 0 7 126 46 67 114 43
Binary 10011111 10010100 10110 0 111 1010110 100110 110111 1001100 100011

Color Harmonies of #9F9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9416

Black with #9F9416

Text Example


Text Example

White with #9F9416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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