Html Css Color HEX #9F9518 Lucky

📋 copy color: '#9F9518'

red 159 ◦ green 149 ◦ blue 24

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

Shades of Lucky #9F9518

Tints of Lucky #9F9518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 47.89%
G = 44.88%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F9518 (or 0x9F9518) is known color: Lucky. HEX triplet: 9F, 95 and 18. RGB value is (159,149,24). Sum of RGB (Red+Green+Blue) = 159+149+24=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9518 is #606AE7. Grayscale: #8A8A8A. Windows color (decimal): -6318824 or 1611167. OLE color: 1611167.

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

Color convert

RGB 159 149 24 -
CMYK 0 0.06 0.85 0.38
HSL 55.56º 0.74% 0.36% -
HSV(B) 55.56º 0.85% 0.62% -
XYZ 25.21 28.93 5.12 -
YUV 137.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 159 149 24 0 0.06 0.85 0.38 55.56 0.74 0.36
Hex 9F 95 18 0 6 55 26 38 4A 24
Octal 237 225 30 0 6 125 46 70 112 44
Binary 10011111 10010101 11000 0 110 1010101 100110 111000 1001010 100100

Color Harmonies of #9F9518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9518

Black with #9F9518

Text Example


Text Example

White with #9F9518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,149,24); }

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

background-color css

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

 a { background-color: rgb(159,149,24); }

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

border-color css

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

 span { border-color: rgb(159,149,24); }

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