#84BA2A

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

Shades of Limerick #84BA2A

Tints of Limerick #84BA2A

Color information

#84BA2A (or 0x84BA2A) is unknown color: approx Limerick. HEX triplet: 84, BA and 2A. RGB value is (132,186,42). Sum of RGB (Red+Green+Blue) = 132+186+42=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA2A is #7B45D5. Grayscale: #999999. Windows color (decimal): -8078806 or 2800260. OLE color: 2800260.

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

Color convert

RGB13218642-
CMYK0.2900.770.27
HSL82.5º63.16%44.71%-
HSV(B)82.5º77.42%72.94%-
XYZ27.4940.198.5-
YUV153.4465.11112.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 186 (73.05% from 255) = 51.67%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=36.67%
G=51.67%
B=11.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186420.2900.770.2782.563.1644.71
Hex84BA2A1D04D1B523f2d
Octal20427252350115331227755
Binary10000100101110101010101110101001101110111010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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