Html Css Color HEX #9F9319 Lucky

📋 copy color: '#9F9319'

red 159 ◦ green 147 ◦ blue 25

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

Shades of Lucky #9F9319

Tints of Lucky #9F9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 48.04%
G = 44.41%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F9319 (or 0x9F9319) is known color: Lucky. HEX triplet: 9F, 93 and 19. RGB value is (159,147,25). Sum of RGB (Red+Green+Blue) = 159+147+25=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9319 is #606CE6. Grayscale: #898989. Windows color (decimal): -6319335 or 1676191. OLE color: 1676191.

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

Color convert

RGB 159 147 25 -
CMYK 0 0.08 0.84 0.38
HSL 54.63º 0.73% 0.36% -
HSV(B) 54.63º 0.84% 0.62% -
XYZ 24.91 28.31 5.07 -
YUV 136.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 159 147 25 0 0.08 0.84 0.38 54.63 0.73 0.36
Hex 9F 93 19 0 8 54 26 37 49 24
Octal 237 223 31 0 10 124 46 67 111 44
Binary 10011111 10010011 11001 0 1000 1010100 100110 110111 1001001 100100

Color Harmonies of #9F9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9319

Black with #9F9319

Text Example


Text Example

White with #9F9319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,25); }

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

background-color css

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

 a { background-color: rgb(159,147,25); }

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

border-color css

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

 span { border-color: rgb(159,147,25); }

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