#84B12D

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

Shades of Limerick #84B12D

Tints of Limerick #84B12D

Color information

#84B12D (or 0x84B12D) is unknown color: approx Limerick. HEX triplet: 84, B1 and 2D. RGB value is (132,177,45). Sum of RGB (Red+Green+Blue) = 132+177+45=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #84B12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B12D is #7B4ED2. Grayscale: #949494. Windows color (decimal): -8081107 or 2994564. OLE color: 2994564.

HSL color Cylindrical-coordinate representation of color #84B12D: hue angle of 80.45º 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 #84B12D is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB13217745-
CMYK0.2500.750.31
HSL80.45º59.46%43.53%-
HSV(B)80.45º74.58%69.41%-
XYZ25.7136.548.18-
YUV148.569.59116.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 177 (69.53% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=37.29%
G=50%
B=12.71%

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
Decimal132177450.2500.750.3180.4559.4643.53
Hex84B12D1904B1F503b2c
Octal20426155310113371207354
Binary10000100101100011011011100101001011111111010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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