#9CA148

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

Shades of Highball #9CA148

Tints of Highball #9CA148

Color information

#9CA148 (or 0x9CA148) is unknown color: approx Highball. HEX triplet: 9C, A1 and 48. RGB value is (156,161,72). Sum of RGB (Red+Green+Blue) = 156+161+72=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA148 is #635EB7. Grayscale: #959595. Windows color (decimal): -6512312 or 4759964. OLE color: 4759964.

HSL color Cylindrical-coordinate representation of color #9CA148: hue angle of 63.37º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA148 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB15616172-
CMYK0.0300.550.37
HSL63.37º38.2%45.69%-
HSV(B)63.37º55.28%63.14%-
XYZ27.6233.0311.05-
YUV149.3684.34132.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=40.10%
G=41.39%
B=18.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156161720.0300.550.3763.3738.245.69
Hex9CA1483037253f262e
Octal234241110306745774656
Binary10011100101000011001000110110111100101111111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,161,72); }

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

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

 a { background-color: rgb(156,161,72); }

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

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

 span { border-color: rgb(156,161,72); }

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