#9CA13E

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

Shades of Highball #9CA13E

Tints of Highball #9CA13E

Color information

#9CA13E (or 0x9CA13E) is unknown color: approx Highball. HEX triplet: 9C, A1 and 3E. RGB value is (156,161,62). Sum of RGB (Red+Green+Blue) = 156+161+62=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA13E is #635EC1. Grayscale: #949494. Windows color (decimal): -6512322 or 4104604. OLE color: 4104604.

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

Color convert

RGB15616162-
CMYK0.0300.610.37
HSL63.03º44.39%43.73%-
HSV(B)63.03º61.49%63.14%-
XYZ27.3232.919.47-
YUV148.2279.34133.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=41.16%
G=42.48%
B=16.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156161620.0300.610.3763.0344.3943.73
Hex9CA13E303D253f2c2c
Octal23424176307545775454
Binary1001110010100001111110110111101100101111111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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