#84BA3E

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

Shades of Limerick #84BA3E

Tints of Limerick #84BA3E

Color information

#84BA3E (or 0x84BA3E) is unknown color: approx Limerick. HEX triplet: 84, BA and 3E. RGB value is (132,186,62). Sum of RGB (Red+Green+Blue) = 132+186+62=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA3E is #7B45C1. Grayscale: #9C9C9C. Windows color (decimal): -8078786 or 4110980. OLE color: 4110980.

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

Color convert

RGB13218662-
CMYK0.2900.670.27
HSL86.13º50%48.63%-
HSV(B)86.13º66.67%72.94%-
XYZ27.9440.3710.88-
YUV155.7275.11111.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=34.74%
G=48.95%
B=16.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186620.2900.670.2786.135048.63
Hex84BA3E1D0431B563231
Octal20427276350103331266261
Binary10000100101110101111101110101000011110111010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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