#9C920F

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

Shades of Lucky #9C920F

Tints of Lucky #9C920F

Color information

#9C920F (or 0x9C920F) is unknown color: approx Lucky. HEX triplet: 9C, 92 and 0F. RGB value is (156,146,15). Sum of RGB (Red+Green+Blue) = 156+146+15=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C920F is #636DF0. Grayscale: #868686. Windows color (decimal): -6516209 or 1020572. OLE color: 1020572.

HSL color Cylindrical-coordinate representation of color #9C920F: hue angle of 55.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C920F is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15614615-
CMYK00.060.900.39
HSL55.74º82.46%33.53%-
HSV(B)55.74º90.38%61.18%-
XYZ24.0827.664.52-
YUV134.0660.81143.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=49.21%
G=46.06%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561461500.060.900.3955.7482.4633.53
Hex9C92F065A27385222
Octal2342221706132477012242
Binary10011100100100101111011010110101001111110001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,146,15); }

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

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

 a { background-color: rgb(156,146,15); }

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

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

 span { border-color: rgb(156,146,15); }

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