#9CB12D

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

Shades of Limerick #9CB12D

Tints of Limerick #9CB12D

Color information

#9CB12D (or 0x9CB12D) is unknown color: approx Limerick. HEX triplet: 9C, B1 and 2D. RGB value is (156,177,45). Sum of RGB (Red+Green+Blue) = 156+177+45=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CB12D is #634ED2. Grayscale: #9C9C9C. Windows color (decimal): -6508243 or 2994588. OLE color: 2994588.

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

Color convert

RGB15617745-
CMYK0.1200.750.31
HSL69.55º59.46%43.53%-
HSV(B)69.55º74.58%69.41%-
XYZ29.9138.78.38-
YUV155.6765.54128.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=41.27%
G=46.83%
B=11.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156177450.1200.750.3169.5559.4643.53
Hex9CB12DC04B1F463b2c
Octal23426155140113371067354
Binary1001110010110001101101110001001011111111000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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