#9D964E

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

Shades of Highball #9D964E

Tints of Highball #9D964E

Color information

#9D964E (or 0x9D964E) is unknown color: approx Highball. HEX triplet: 9D, 96 and 4E. RGB value is (157,150,78). Sum of RGB (Red+Green+Blue) = 157+150+78=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D964E is #6269B1. Grayscale: #909090. Windows color (decimal): -6449586 or 5150365. OLE color: 5150365.

HSL color Cylindrical-coordinate representation of color #9D964E: hue angle of 54.68º degrees, saturation: 0.34, 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 #9D964E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15715078-
CMYK00.040.500.38
HSL54.68º33.62%46.08%-
HSV(B)54.68º50.32%61.57%-
XYZ26.1929.5311.53-
YUV143.8890.82137.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 78 (30.86% from 255) = 20.26%
R=40.78%
G=38.96%
B=20.26%

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
Decimal1571507800.040.500.3854.6833.6246.08
Hex9D964E04322637222e
Octal235226116046246674256
Binary100111011001011010011100100110010100110110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,78); }

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

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

 a { background-color: rgb(157,150,78); }

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

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

 span { border-color: rgb(157,150,78); }

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