Html Css Color HEX #9F9414 Lucky

📋 copy color: '#9F9414'

red 159 ◦ green 148 ◦ blue 20

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

Shades of Lucky #9F9414

Tints of Lucky #9F9414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 48.62%
G = 45.26%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F9414 (or 0x9F9414) is known color: Lucky. HEX triplet: 9F, 94 and 14. RGB value is (159,148,20). Sum of RGB (Red+Green+Blue) = 159+148+20=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9414 is #606BEB. Grayscale: #898989. Windows color (decimal): -6319084 or 1348767. OLE color: 1348767.

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

Color convert

RGB 159 148 20 -
CMYK 0 0.07 0.87 0.38
HSL 55.25º 0.78% 0.35% -
HSV(B) 55.25º 0.87% 0.62% -
XYZ 25.01 28.6 4.86 -
YUV 136.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 159 148 20 0 0.07 0.87 0.38 55.25 0.78 0.35
Hex 9F 94 14 0 7 57 26 37 4E 23
Octal 237 224 24 0 7 127 46 67 116 43
Binary 10011111 10010100 10100 0 111 1010111 100110 110111 1001110 100011

Color Harmonies of #9F9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9414

Black with #9F9414

Text Example


Text Example

White with #9F9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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