#84B12C

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

Shades of Limerick #84B12C

Tints of Limerick #84B12C

Color information

#84B12C (or 0x84B12C) is unknown color: approx Limerick. HEX triplet: 84, B1 and 2C. RGB value is (132,177,44). Sum of RGB (Red+Green+Blue) = 132+177+44=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #84B12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B12C is #7B4ED3. Grayscale: #949494. Windows color (decimal): -8081108 or 2929028. OLE color: 2929028.

HSL color Cylindrical-coordinate representation of color #84B12C: hue angle of 80.3º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84B12C is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB13217744-
CMYK0.2500.750.31
HSL80.3º60.18%43.33%-
HSV(B)80.3º75.14%69.41%-
XYZ25.6936.538.08-
YUV148.3869.09116.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=37.39%
G=50.14%
B=12.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132177440.2500.750.3180.360.1843.33
Hex84B12C1904B1F503c2b
Octal20426154310113371207453
Binary10000100101100011011001100101001011111111010000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84B12C; }

 p { color: rgb(132,177,44); }

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

<style>
 a { background-color: #84B12C; }

 a { background-color: rgb(132,177,44); }

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

<style>
 span { border-color: #84B12C; }

 span { border-color: rgb(132,177,44); }

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