#9CAB40

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

Shades of Limerick #9CAB40

Tints of Limerick #9CAB40

Color information

#9CAB40 (or 0x9CAB40) is unknown color: approx Limerick. HEX triplet: 9C, AB and 40. RGB value is (156,171,64). Sum of RGB (Red+Green+Blue) = 156+171+64=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB40 is #6354BF. Grayscale: #9A9A9A. Windows color (decimal): -6509760 or 4238236. OLE color: 4238236.

HSL color Cylindrical-coordinate representation of color #9CAB40: hue angle of 68.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CAB40 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB15617164-
CMYK0.0900.630.33
HSL68.41º45.53%46.08%-
HSV(B)68.41º62.57%67.06%-
XYZ29.236.5610.37-
YUV154.3277.03129.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.90%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=39.90%
G=43.73%
B=16.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156171640.0900.630.3368.4145.5346.08
Hex9CAB40903F21442e2e
Octal23425310011077411045656
Binary10011100101010111000000100101111111000011000100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,64); }

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

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

 a { background-color: rgb(156,171,64); }

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

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

 span { border-color: rgb(156,171,64); }

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