#84B41F

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

Shades of Limerick #84B41F

Tints of Limerick #84B41F

Color information

#84B41F (or 0x84B41F) is unknown color: approx Limerick. HEX triplet: 84, B4 and 1F. RGB value is (132,180,31). Sum of RGB (Red+Green+Blue) = 132+180+31=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #84B41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B41F is #7B4BE0. Grayscale: #959595. Windows color (decimal): -8080353 or 2077828. OLE color: 2077828.

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

Color convert

RGB13218031-
CMYK0.2700.830.29
HSL79.33º70.62%41.37%-
HSV(B)79.33º82.78%70.59%-
XYZ26.0837.657.19-
YUV148.6661.6116.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=38.48%
G=52.48%
B=9.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132180310.2700.830.2979.3370.6241.37
Hex84B41F1B0531D4f4729
Octal204264373301233511710751
Binary10000100101101001111111011010100111110110011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,180,31); }

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

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

 a { background-color: rgb(132,180,31); }

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

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

 span { border-color: rgb(132,180,31); }

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