#9F9C2C

Color #9F9C2C Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9F9C2C

Tints of Lucky #9F9C2C

Color information

#9F9C2C (or 0x9F9C2C) is unknown color: approx Lucky. HEX triplet: 9F, 9C and 2C. RGB value is (159,156,44). Sum of RGB (Red+Green+Blue) = 159+156+44=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9C2C is #6063D3. Grayscale: #909090. Windows color (decimal): -6317012 or 2923679. OLE color: 2923679.

HSL color Cylindrical-coordinate representation of color #9F9C2C: hue angle of 58.43º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F9C2C is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15915644-
CMYK00.020.720.38
HSL58.43º56.65%39.8%-
HSV(B)58.43º72.33%62.35%-
XYZ26.6431.337.03-
YUV144.1371.49138.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=44.29%
G=43.45%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591564400.020.720.3858.4356.6539.8
Hex9F9C2C0248263a3928
Octal237234540211046727150
Binary10011111100111001011000101001000100110111010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F9C2C;
 }
 .AnyTagClassName
 {
   color: #9F9C2C;
 }
</style>
background-color css

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

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

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

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

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

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