Html Css Color HEX #9F8D19 Lucky

📋 copy color: '#9F8D19'

red 159 ◦ green 141 ◦ blue 25

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

Shades of Lucky #9F8D19

Tints of Lucky #9F8D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.38%

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

R = 48.92%
G = 43.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F8D19 (or 0x9F8D19) is known color: Lucky. HEX triplet: 9F, 8D and 19. RGB value is (159,141,25). Sum of RGB (Red+Green+Blue) = 159+141+25=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8D19 is #6072E6. Grayscale: #858585. Windows color (decimal): -6320871 or 1674655. OLE color: 1674655.

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

Color convert

RGB 159 141 25 -
CMYK 0 0.11 0.84 0.38
HSL 51.94º 0.73% 0.36% -
HSV(B) 51.94º 0.84% 0.62% -
XYZ 24 26.49 4.77 -
YUV 133.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 159 141 25 0 0.11 0.84 0.38 51.94 0.73 0.36
Hex 9F 8D 19 0 B 54 26 34 49 24
Octal 237 215 31 0 13 124 46 64 111 44
Binary 10011111 10001101 11001 0 1011 1010100 100110 110100 1001001 100100

Color Harmonies of #9F8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D19

Black with #9F8D19

Text Example


Text Example

White with #9F8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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