#9D920B

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

Shades of Lucky #9D920B

Tints of Lucky #9D920B

Color information

#9D920B (or 0x9D920B) is unknown color: approx Lucky. HEX triplet: 9D, 92 and 0B. RGB value is (157,146,11). Sum of RGB (Red+Green+Blue) = 157+146+11=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D920B is #626DF4. Grayscale: #868686. Windows color (decimal): -6450677 or 758429. OLE color: 758429.

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

Color convert

RGB15714611-
CMYK00.070.930.38
HSL55.48º86.9%32.94%-
HSV(B)55.48º92.99%61.57%-
XYZ24.2427.754.4-
YUV133.958.64144.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 11 (4.69% from 255) = 3.50%
R=50%
G=46.50%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571461100.070.930.3855.4886.932.94
Hex9D92B075D26375721
Octal2352221307135466712741
Binary10011101100100101011011110111011001101101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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