#9D920D

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

Shades of Lucky #9D920D

Tints of Lucky #9D920D

Color information

#9D920D (or 0x9D920D) is unknown color: approx Lucky. HEX triplet: 9D, 92 and 0D. RGB value is (157,146,13). Sum of RGB (Red+Green+Blue) = 157+146+13=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D920D is #626DF2. Grayscale: #868686. Windows color (decimal): -6450675 or 889501. OLE color: 889501.

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

Color convert

RGB15714613-
CMYK00.070.920.38
HSL55.42º84.71%33.33%-
HSV(B)55.42º91.72%61.57%-
XYZ24.2627.754.46-
YUV134.1359.64144.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 13 (5.47% from 255) = 4.11%
R=49.68%
G=46.20%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571461300.070.920.3855.4284.7133.33
Hex9D92D075C26375521
Octal2352221507134466712541
Binary10011101100100101101011110111001001101101111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,13); }

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

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

 a { background-color: rgb(157,146,13); }

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

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

 span { border-color: rgb(157,146,13); }

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