#9CB32C

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

Shades of Limerick #9CB32C

Tints of Limerick #9CB32C

Color information

#9CB32C (or 0x9CB32C) is unknown color: approx Limerick. HEX triplet: 9C, B3 and 2C. RGB value is (156,179,44). Sum of RGB (Red+Green+Blue) = 156+179+44=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB32C is #634CD3. Grayscale: #9D9D9D. Windows color (decimal): -6507732 or 2929564. OLE color: 2929564.

HSL color Cylindrical-coordinate representation of color #9CB32C: hue angle of 70.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CB32C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB15617944-
CMYK0.1300.750.30
HSL70.22º60.54%43.73%-
HSV(B)70.22º75.42%70.2%-
XYZ30.2939.498.41-
YUV156.7364.38127.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=41.16%
G=47.23%
B=11.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156179440.1300.750.3070.2260.5443.73
Hex9CB32CD04B1E463d2c
Octal23426354150113361067554
Binary1001110010110011101100110101001011111101000110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,44); }

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

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

 a { background-color: rgb(156,179,44); }

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

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

 span { border-color: rgb(156,179,44); }

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