#9DA149

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

Shades of Highball #9DA149

Tints of Highball #9DA149

Color information

#9DA149 (or 0x9DA149) is unknown color: approx Highball. HEX triplet: 9D, A1 and 49. RGB value is (157,161,73). Sum of RGB (Red+Green+Blue) = 157+161+73=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA149 is #625EB6. Grayscale: #969696. Windows color (decimal): -6446775 or 4825501. OLE color: 4825501.

HSL color Cylindrical-coordinate representation of color #9DA149: hue angle of 62.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DA149 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB15716173-
CMYK0.0200.550.37
HSL62.73º37.61%45.88%-
HSV(B)62.73º54.66%63.14%-
XYZ27.8533.1411.23-
YUV149.7784.67133.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=40.15%
G=41.18%
B=18.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157161730.0200.550.3762.7337.6145.88
Hex9DA1492037253f262e
Octal235241111206745774656
Binary10011101101000011001001100110111100101111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,161,73); }

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

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

 a { background-color: rgb(157,161,73); }

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

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

 span { border-color: rgb(157,161,73); }

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