#9C8A38

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

Shades of Highball #9C8A38

Tints of Highball #9C8A38

Color information

#9C8A38 (or 0x9C8A38) is unknown color: approx Highball. HEX triplet: 9C, 8A and 38. RGB value is (156,138,56). Sum of RGB (Red+Green+Blue) = 156+138+56=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A38 is #6375C7. Grayscale: #868686. Windows color (decimal): -6518216 or 3705500. OLE color: 3705500.

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

Color convert

RGB15613856-
CMYK00.120.640.39
HSL49.2º47.17%41.57%-
HSV(B)49.2º64.1%61.18%-
XYZ23.5125.537.43-
YUV134.0383.96143.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 56 (22.27% from 255) = 16%
R=44.57%
G=39.43%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561385600.120.640.3949.247.1741.57
Hex9C8A380C4027312f2a
Octal2342127001410047615752
Binary1001110010001010111000011001000000100111110001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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