#9D972A

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

Shades of Lucky #9D972A

Tints of Lucky #9D972A

Color information

#9D972A (or 0x9D972A) is unknown color: approx Lucky. HEX triplet: 9D, 97 and 2A. RGB value is (157,151,42). Sum of RGB (Red+Green+Blue) = 157+151+42=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D972A is #6268D5. Grayscale: #8C8C8C. Windows color (decimal): -6449366 or 2791325. OLE color: 2791325.

HSL color Cylindrical-coordinate representation of color #9D972A: hue angle of 56.87º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D972A is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15715142-
CMYK00.040.730.38
HSL56.87º57.79%39.02%-
HSV(B)56.87º73.25%61.57%-
XYZ25.3929.476.54-
YUV140.3772.49139.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 42 (16.80% from 255) = 12%
R=44.86%
G=43.14%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571514200.040.730.3856.8757.7939.02
Hex9D972A044926393a27
Octal235227520411146717247
Binary100111011001011110101001001001001100110111001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,42); }

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

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

 a { background-color: rgb(157,151,42); }

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

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

 span { border-color: rgb(157,151,42); }

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