#9D8F4A

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

Shades of Highball #9D8F4A

Tints of Highball #9D8F4A

Color information

#9D8F4A (or 0x9D8F4A) is unknown color: approx Highball. HEX triplet: 9D, 8F and 4A. RGB value is (157,143,74). Sum of RGB (Red+Green+Blue) = 157+143+74=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8F4A is #6270B5. Grayscale: #8B8B8B. Windows color (decimal): -6451382 or 4886429. OLE color: 4886429.

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

Color convert

RGB15714374-
CMYK00.090.530.38
HSL49.88º35.93%45.29%-
HSV(B)49.88º52.87%61.57%-
XYZ24.9627.3110.43-
YUV139.3291.14140.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=41.98%
G=38.24%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571437400.090.530.3849.8835.9345.29
Hex9D8F4A09352632242d
Octal2352171120116546624455
Binary1001110110001111100101001001110101100110110010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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