#9C8A40

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

Shades of Highball #9C8A40

Tints of Highball #9C8A40

Color information

#9C8A40 (or 0x9C8A40) is unknown color: approx Highball. HEX triplet: 9C, 8A and 40. RGB value is (156,138,64). Sum of RGB (Red+Green+Blue) = 156+138+64=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A40 is #6375BF. Grayscale: #878787. Windows color (decimal): -6518208 or 4229788. OLE color: 4229788.

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

Color convert

RGB15613864-
CMYK00.120.590.39
HSL48.26º41.82%43.14%-
HSV(B)48.26º58.97%61.18%-
XYZ23.7225.628.54-
YUV134.9587.96143.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=43.58%
G=38.55%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561386400.120.590.3948.2641.8243.14
Hex9C8A400C3B27302a2b
Octal2342121000147347605253
Binary1001110010001010100000001100111011100111110000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,138,64); }

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

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

 a { background-color: rgb(156,138,64); }

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

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

 span { border-color: rgb(156,138,64); }

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