#8CB121

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

Shades of Limerick #8CB121

Tints of Limerick #8CB121

Color information

#8CB121 (or 0x8CB121) is unknown color: approx Limerick. HEX triplet: 8C, B1 and 21. RGB value is (140,177,33). Sum of RGB (Red+Green+Blue) = 140+177+33=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB121 is #734EDE. Grayscale: #969696. Windows color (decimal): -7556831 or 2208140. OLE color: 2208140.

HSL color Cylindrical-coordinate representation of color #8CB121: hue angle of 75.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CB121 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB14017733-
CMYK0.2100.810.31
HSL75.42º68.57%41.18%-
HSV(B)75.42º81.36%69.41%-
XYZ26.8137.137.19-
YUV149.5262.24121.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 50.57%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=40%
G=50.57%
B=9.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140177330.2100.810.3175.4268.5741.18
Hex8CB121150511F4b4529
Octal214261412501213711310551
Binary100011001011000110000110101010100011111110010111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CB121; }

 p { color: rgb(140,177,33); }

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

<style>
 a { background-color: #8CB121; }

 a { background-color: rgb(140,177,33); }

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

<style>
 span { border-color: #8CB121; }

 span { border-color: rgb(140,177,33); }

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