#9CAC29

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

Shades of Limerick #9CAC29

Tints of Limerick #9CAC29

Color information

#9CAC29 (or 0x9CAC29) is unknown color: approx Limerick. HEX triplet: 9C, AC and 29. RGB value is (156,172,41). Sum of RGB (Red+Green+Blue) = 156+172+41=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC29 is #6353D6. Grayscale: #989898. Windows color (decimal): -6509527 or 2731164. OLE color: 2731164.

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

Color convert

RGB15617241-
CMYK0.0900.760.33
HSL67.33º61.5%41.76%-
HSV(B)67.33º76.16%67.45%-
XYZ28.8636.737.67-
YUV152.2865.2130.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 41 (16.41% from 255) = 11.11%
R=42.28%
G=46.61%
B=11.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156172410.0900.760.3367.3361.541.76
Hex9CAC29904C21433e2a
Octal23425451110114411037652
Binary10011100101011001010011001010011001000011000011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,41); }

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

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

 a { background-color: rgb(156,172,41); }

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

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

 span { border-color: rgb(156,172,41); }

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