#9C914F

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

Shades of Highball #9C914F

Tints of Highball #9C914F

Color information

#9C914F (or 0x9C914F) is unknown color: approx Highball. HEX triplet: 9C, 91 and 4F. RGB value is (156,145,79). Sum of RGB (Red+Green+Blue) = 156+145+79=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C914F is #636EB0. Grayscale: #8D8D8D. Windows color (decimal): -6516401 or 5214620. OLE color: 5214620.

HSL color Cylindrical-coordinate representation of color #9C914F: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C914F is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB15614579-
CMYK00.070.490.39
HSL51.43º32.77%46.08%-
HSV(B)51.43º49.36%61.18%-
XYZ25.2527.8811.45-
YUV140.7693.14138.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=41.05%
G=38.16%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561457900.070.490.3951.4332.7746.08
Hex9C914F07312733212e
Octal234221117076147634156
Binary100111001001000110011110111110001100111110011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,79); }

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

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

 a { background-color: rgb(156,145,79); }

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

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

 span { border-color: rgb(156,145,79); }

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