#9CA43A

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

Shades of Highball #9CA43A

Tints of Highball #9CA43A

Color information

#9CA43A (or 0x9CA43A) is unknown color: approx Highball. HEX triplet: 9C, A4 and 3A. RGB value is (156,164,58). Sum of RGB (Red+Green+Blue) = 156+164+58=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA43A is #635BC5. Grayscale: #959595. Windows color (decimal): -6511558 or 3843228. OLE color: 3843228.

HSL color Cylindrical-coordinate representation of color #9CA43A: hue angle of 64.53º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CA43A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB15616458-
CMYK0.0500.650.36
HSL64.53º47.75%43.53%-
HSV(B)64.53º64.63%64.31%-
XYZ27.7533.929.09-
YUV149.5276.35132.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=41.27%
G=43.39%
B=15.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156164580.0500.650.3664.5347.7543.53
Hex9CA43A50412441302c
Octal2342447250101441016054
Binary1001110010100100111010101010000011001001000001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,58); }

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

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

 a { background-color: rgb(156,164,58); }

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

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

 span { border-color: rgb(156,164,58); }

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