#9CA247

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

Shades of Highball #9CA247

Tints of Highball #9CA247

Color information

#9CA247 (or 0x9CA247) is unknown color: approx Highball. HEX triplet: 9C, A2 and 47. RGB value is (156,162,71). Sum of RGB (Red+Green+Blue) = 156+162+71=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA247 is #635DB8. Grayscale: #969696. Windows color (decimal): -6512057 or 4694684. OLE color: 4694684.

HSL color Cylindrical-coordinate representation of color #9CA247: hue angle of 63.96º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CA247 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15616271-
CMYK0.0400.560.36
HSL63.96º39.06%45.69%-
HSV(B)63.96º56.17%63.53%-
XYZ27.7733.3610.94-
YUV149.8383.51132.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 162 (63.67% from 255) = 41.65%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=40.10%
G=41.65%
B=18.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156162710.0400.560.3663.9639.0645.69
Hex9CA24740382440272e
Octal2342421074070441004756
Binary1001110010100010100011110001110001001001000000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,71); }

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

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

 a { background-color: rgb(156,162,71); }

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

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

 span { border-color: rgb(156,162,71); }

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