#9CB12E

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

Shades of Limerick #9CB12E

Tints of Limerick #9CB12E

Color information

#9CB12E (or 0x9CB12E) is unknown color: approx Limerick. HEX triplet: 9C, B1 and 2E. RGB value is (156,177,46). Sum of RGB (Red+Green+Blue) = 156+177+46=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB12E is #634ED1. Grayscale: #9C9C9C. Windows color (decimal): -6508242 or 3060124. OLE color: 3060124.

HSL color Cylindrical-coordinate representation of color #9CB12E: hue angle of 69.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CB12E is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB15617746-
CMYK0.1200.740.31
HSL69.62º58.74%43.73%-
HSV(B)69.62º74.01%69.41%-
XYZ29.9338.718.48-
YUV155.7966.04128.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 46 (18.36% from 255) = 12.14%
R=41.16%
G=46.70%
B=12.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177460.1200.740.3169.6258.7443.73
Hex9CB12EC04A1F463b2c
Octal23426156140112371067354
Binary1001110010110001101110110001001010111111000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,46); }

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

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

 a { background-color: rgb(156,177,46); }

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

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

 span { border-color: rgb(156,177,46); }

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