#9CAB2A

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

Shades of Limerick #9CAB2A

Tints of Limerick #9CAB2A

Color information

#9CAB2A (or 0x9CAB2A) is unknown color: approx Limerick. HEX triplet: 9C, AB and 2A. RGB value is (156,171,42). Sum of RGB (Red+Green+Blue) = 156+171+42=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB2A is #6354D5. Grayscale: #989898. Windows color (decimal): -6509782 or 2796444. OLE color: 2796444.

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

Color convert

RGB15617142-
CMYK0.0900.750.33
HSL66.98º60.56%41.76%-
HSV(B)66.98º75.44%67.06%-
XYZ28.6936.367.7-
YUV151.8166.03130.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=42.28%
G=46.34%
B=11.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156171420.0900.750.3366.9860.5641.76
Hex9CAB2A904B21433d2a
Octal23425352110113411037552
Binary10011100101010111010101001010010111000011000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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