#84ba3f

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

Shades of Limerick #84BA3F

Tints of Limerick #84BA3F

Color information

#84BA3F (or 0x84BA3F) is unknown color: approx Limerick. HEX triplet: 84, BA and 3F. RGB value is (132,186,63). Sum of RGB (Red+Green+Blue) = 132+186+63=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA3F is #7B45C0. Grayscale: #9C9C9C. Windows color (decimal): -8078785 or 4176516. OLE color: 4176516.

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

Color convert

RGB13218663-
CMYK0.2900.660.27
HSL86.34º49.4%48.82%-
HSV(B)86.34º66.13%72.94%-
XYZ27.9740.3811.02-
YUV155.8375.61111-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 186 (73.05% from 255) = 48.82%
BLUE value IS 63 (25% from 255) = 16.54%
R=34.65%
G=48.82%
B=16.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132186630.2900.660.2786.3449.448.82
Hex84BA3F1D0421B563131
Octal20427277350102331266161
Binary10000100101110101111111110101000010110111010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ba3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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