#9F964A

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

Shades of Highball #9F964A

Tints of Highball #9F964A

Color information

#9F964A (or 0x9F964A) is unknown color: approx Highball. HEX triplet: 9F, 96 and 4A. RGB value is (159,150,74). Sum of RGB (Red+Green+Blue) = 159+150+74=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F964A is #6069B5. Grayscale: #909090. Windows color (decimal): -6318518 or 4888223. OLE color: 4888223.

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

Color convert

RGB15915074-
CMYK00.060.530.38
HSL53.65º36.48%45.69%-
HSV(B)53.65º53.46%62.35%-
XYZ26.4429.6810.81-
YUV144.0388.48138.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.51%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=41.51%
G=39.16%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591507400.060.530.3853.6536.4845.69
Hex9F964A06352636242e
Octal237226112066546664456
Binary100111111001011010010100110110101100110110110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,150,74); }

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

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

 a { background-color: rgb(159,150,74); }

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

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

 span { border-color: rgb(159,150,74); }

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