#9D974F

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

Shades of Highball #9D974F

Tints of Highball #9D974F

Color information

#9D974F (or 0x9D974F) is unknown color: approx Highball. HEX triplet: 9D, 97 and 4F. RGB value is (157,151,79). Sum of RGB (Red+Green+Blue) = 157+151+79=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D974F is #6268B0. Grayscale: #909090. Windows color (decimal): -6449329 or 5216157. OLE color: 5216157.

HSL color Cylindrical-coordinate representation of color #9D974F: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D974F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15715179-
CMYK00.040.500.38
HSL55.38º33.05%46.27%-
HSV(B)55.38º49.68%61.57%-
XYZ26.3829.8711.77-
YUV144.5990.99136.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=40.57%
G=39.02%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571517900.040.500.3855.3833.0546.27
Hex9D974F04322637212e
Octal235227117046246674156
Binary100111011001011110011110100110010100110110111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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