#84B62A

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

Shades of Limerick #84B62A

Tints of Limerick #84B62A

Color information

#84B62A (or 0x84B62A) is unknown color: approx Limerick. HEX triplet: 84, B6 and 2A. RGB value is (132,182,42). Sum of RGB (Red+Green+Blue) = 132+182+42=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #84B62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B62A is #7B49D5. Grayscale: #979797. Windows color (decimal): -8079830 or 2799236. OLE color: 2799236.

HSL color Cylindrical-coordinate representation of color #84B62A: hue angle of 81.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84B62A is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB13218242-
CMYK0.2700.770.29
HSL81.43º62.5%43.92%-
HSV(B)81.43º76.92%71.37%-
XYZ26.6638.538.22-
YUV151.0966.44114.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=37.08%
G=51.12%
B=11.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132182420.2700.770.2981.4362.543.92
Hex84B62A1B04D1D513e2c
Octal20426652330115351217654
Binary10000100101101101010101101101001101111011010001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,42); }

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

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

 a { background-color: rgb(132,182,42); }

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

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

 span { border-color: rgb(132,182,42); }

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