#9CB42A

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

Shades of Limerick #9CB42A

Tints of Limerick #9CB42A

Color information

#9CB42A (or 0x9CB42A) is unknown color: approx Limerick. HEX triplet: 9C, B4 and 2A. RGB value is (156,180,42). Sum of RGB (Red+Green+Blue) = 156+180+42=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CB42A is #634BD5. Grayscale: #9D9D9D. Windows color (decimal): -6507478 or 2798748. OLE color: 2798748.

HSL color Cylindrical-coordinate representation of color #9CB42A: hue angle of 70.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9CB42A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB15618042-
CMYK0.1300.770.29
HSL70.43º62.16%43.53%-
HSV(B)70.43º76.67%70.59%-
XYZ30.4539.888.28-
YUV157.0963.05127.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 180 (70.70% from 255) = 47.62%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=41.27%
G=47.62%
B=11.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal156180420.1300.770.2970.4362.1643.53
Hex9CB42AD04D1D463e2c
Octal23426452150115351067654
Binary1001110010110100101010110101001101111011000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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