Html Css Color HEX #9F9513 Lucky

📋 copy color: '#9F9513'

red 159 ◦ green 149 ◦ blue 19

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

Shades of Lucky #9F9513

Tints of Lucky #9F9513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 48.62%
G = 45.57%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F9513 (or 0x9F9513) is known color: Lucky. HEX triplet: 9F, 95 and 13. RGB value is (159,149,19). Sum of RGB (Red+Green+Blue) = 159+149+19=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9513 is #606AEC. Grayscale: #898989. Windows color (decimal): -6318829 or 1283487. OLE color: 1283487.

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

Color convert

RGB 159 149 19 -
CMYK 0 0.06 0.88 0.38
HSL 55.71º 0.79% 0.35% -
HSV(B) 55.71º 0.88% 0.62% -
XYZ 25.16 28.91 4.87 -
YUV 137.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 159 149 19 0 0.06 0.88 0.38 55.71 0.79 0.35
Hex 9F 95 13 0 6 58 26 38 4F 23
Octal 237 225 23 0 6 130 46 70 117 43
Binary 10011111 10010101 10011 0 110 1011000 100110 111000 1001111 100011

Color Harmonies of #9F9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9513

Black with #9F9513

Text Example


Text Example

White with #9F9513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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