#9D9C1F

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

Shades of Lucky #9D9C1F

Tints of Lucky #9D9C1F

Color information

#9D9C1F (or 0x9D9C1F) is unknown color: approx Lucky. HEX triplet: 9D, 9C and 1F. RGB value is (157,156,31). Sum of RGB (Red+Green+Blue) = 157+156+31=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9C1F is #6263E0. Grayscale: #8E8E8E. Windows color (decimal): -6448097 or 2071709. OLE color: 2071709.

HSL color Cylindrical-coordinate representation of color #9D9C1F: hue angle of 59.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D9C1F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15715631-
CMYK00.010.800.38
HSL59.52º67.02%36.86%-
HSV(B)59.52º80.25%61.57%-
XYZ26.0431.045.92-
YUV142.0565.33138.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 156 (61.33% from 255) = 45.35%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=45.64%
G=45.35%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571563100.010.800.3859.5267.0236.86
Hex9D9C1F0150263c4325
Octal2352343701120467410345
Binary1001110110011100111110110100001001101111001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,156,31); }

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

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

 a { background-color: rgb(157,156,31); }

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

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

 span { border-color: rgb(157,156,31); }

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