Html Css Color HEX #9F9C13 Lucky

📋 copy color: '#9F9C13'

red 159 ◦ green 156 ◦ blue 19

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

Shades of Lucky #9F9C13

Tints of Lucky #9F9C13

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 47.6%
G = 46.71%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F9C13 (or 0x9F9C13) is known color: Lucky. HEX triplet: 9F, 9C and 13. RGB value is (159,156,19). Sum of RGB (Red+Green+Blue) = 159+156+19=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9C13 is #6063EC. Grayscale: #8D8D8D. Windows color (decimal): -6317037 or 1285279. OLE color: 1285279.

HSL color Cylindrical-coordinate representation of color #9F9C13: hue angle of 58.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 #9F9C13 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 156 19 -
CMYK 0 0.02 0.88 0.38
HSL 58.71º 0.79% 0.35% -
HSV(B) 58.71º 0.88% 0.62% -
XYZ 26.3 31.19 5.25 -
YUV 141.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 159 156 19 0 0.02 0.88 0.38 58.71 0.79 0.35
Hex 9F 9C 13 0 2 58 26 3B 4F 23
Octal 237 234 23 0 2 130 46 73 117 43
Binary 10011111 10011100 10011 0 10 1011000 100110 111011 1001111 100011

Color Harmonies of #9F9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9C13

Black with #9F9C13

Text Example


Text Example

White with #9F9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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