#9C8E0D

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

Shades of Lucky #9C8E0D

Tints of Lucky #9C8E0D

Color information

#9C8E0D (or 0x9C8E0D) is unknown color: approx Lucky. HEX triplet: 9C, 8E and 0D. RGB value is (156,142,13). Sum of RGB (Red+Green+Blue) = 156+142+13=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8E0D is #6371F2. Grayscale: #848484. Windows color (decimal): -6517235 or 888476. OLE color: 888476.

HSL color Cylindrical-coordinate representation of color #9C8E0D: hue angle of 54.13º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C8E0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB15614213-
CMYK00.090.920.39
HSL54.13º84.62%33.14%-
HSV(B)54.13º91.67%61.18%-
XYZ23.4626.444.25-
YUV131.4861.14145.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=50.16%
G=45.66%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561421300.090.920.3954.1384.6233.14
Hex9C8ED095C27365521
Octal23421615011134476612541
Binary100111001000111011010100110111001001111101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,142,13); }

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

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

 a { background-color: rgb(156,142,13); }

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

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

 span { border-color: rgb(156,142,13); }

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