#9D9446

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

Shades of Highball #9D9446

Tints of Highball #9D9446

Color information

#9D9446 (or 0x9D9446) is unknown color: approx Highball. HEX triplet: 9D, 94 and 46. RGB value is (157,148,70). Sum of RGB (Red+Green+Blue) = 157+148+70=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9446 is #626BB9. Grayscale: #8E8E8E. Windows color (decimal): -6450106 or 4625565. OLE color: 4625565.

HSL color Cylindrical-coordinate representation of color #9D9446: hue angle of 53.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D9446 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15714870-
CMYK00.060.550.38
HSL53.79º38.33%44.51%-
HSV(B)53.79º55.41%61.57%-
XYZ25.628.7910-
YUV141.887.48138.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=41.87%
G=39.47%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571487000.060.550.3853.7938.3344.51
Hex9D944606372636262d
Octal235224106066746664655
Binary100111011001010010001100110110111100110110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,70); }

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

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

 a { background-color: rgb(157,148,70); }

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

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

 span { border-color: rgb(157,148,70); }

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