#9D8F40

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

Shades of Highball #9D8F40

Tints of Highball #9D8F40

Color information

#9D8F40 (or 0x9D8F40) is unknown color: approx Highball. HEX triplet: 9D, 8F and 40. RGB value is (157,143,64). Sum of RGB (Red+Green+Blue) = 157+143+64=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8F40 is #6270BF. Grayscale: #8A8A8A. Windows color (decimal): -6451392 or 4231069. OLE color: 4231069.

HSL color Cylindrical-coordinate representation of color #9D8F40: hue angle of 50.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D8F40 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15714364-
CMYK00.090.590.38
HSL50.97º42.08%43.33%-
HSV(B)50.97º59.24%61.57%-
XYZ24.6527.188.8-
YUV138.1886.14141.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.13%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=43.13%
G=39.29%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571436400.090.590.3850.9742.0843.33
Hex9D8F40093B26332a2b
Octal2352171000117346635253
Binary1001110110001111100000001001111011100110110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,64); }

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

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

 a { background-color: rgb(157,143,64); }

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

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

 span { border-color: rgb(157,143,64); }

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