#84A82D

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

Shades of Limerick #84A82D

Tints of Limerick #84A82D

Color information

#84A82D (or 0x84A82D) is unknown color: approx Limerick. HEX triplet: 84, A8 and 2D. RGB value is (132,168,45). Sum of RGB (Red+Green+Blue) = 132+168+45=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #84A82D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A82D is #7B57D2. Grayscale: #8F8F8F. Windows color (decimal): -8083411 or 2992260. OLE color: 2992260.

HSL color Cylindrical-coordinate representation of color #84A82D: hue angle of 77.56º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84A82D is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB13216845-
CMYK0.2100.730.34
HSL77.56º57.75%41.76%-
HSV(B)77.56º73.21%65.88%-
XYZ23.9933.17.61-
YUV143.2172.57120-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 168 (66.02% from 255) = 48.70%
BLUE value IS 45 (17.97% from 255) = 13.04%
R=38.26%
G=48.70%
B=13.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132168450.2100.730.3477.5657.7541.76
Hex84A82D15049224e3a2a
Octal20425055250111421167252
Binary100001001010100010110110101010010011000101001110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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