#9CA43E

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

Shades of Highball #9CA43E

Tints of Highball #9CA43E

Color information

#9CA43E (or 0x9CA43E) is unknown color: approx Highball. HEX triplet: 9C, A4 and 3E. RGB value is (156,164,62). Sum of RGB (Red+Green+Blue) = 156+164+62=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA43E is #635BC1. Grayscale: #969696. Windows color (decimal): -6511554 or 4105372. OLE color: 4105372.

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

Color convert

RGB15616462-
CMYK0.0500.620.36
HSL64.71º45.13%44.31%-
HSV(B)64.71º62.2%64.31%-
XYZ27.8633.979.65-
YUV149.9878.35132.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=40.84%
G=42.93%
B=16.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156164620.0500.620.3664.7145.1344.31
Hex9CA43E503E24412d2c
Octal234244765076441015554
Binary100111001010010011111010101111101001001000001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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