#84AF2D

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

Shades of Limerick #84AF2D

Tints of Limerick #84AF2D

Color information

#84AF2D (or 0x84AF2D) is unknown color: approx Limerick. HEX triplet: 84, AF and 2D. RGB value is (132,175,45). Sum of RGB (Red+Green+Blue) = 132+175+45=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF2D is #7B50D2. Grayscale: #939393. Windows color (decimal): -8081619 or 2994052. OLE color: 2994052.

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

Color convert

RGB13217545-
CMYK0.2500.740.31
HSL79.85º59.09%43.14%-
HSV(B)79.85º74.29%68.63%-
XYZ25.3235.758.05-
YUV147.3270.25117.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=37.5%
G=49.72%
B=12.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175450.2500.740.3179.8559.0943.14
Hex84AF2D1904A1F503b2b
Octal20425755310112371207353
Binary10000100101011111011011100101001010111111010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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