#84B73A

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

Shades of Limerick #84B73A

Tints of Limerick #84B73A

Color information

#84B73A (or 0x84B73A) is unknown color: approx Limerick. HEX triplet: 84, B7 and 3A. RGB value is (132,183,58). Sum of RGB (Red+Green+Blue) = 132+183+58=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #84B73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B73A is #7B48C5. Grayscale: #999999. Windows color (decimal): -8079558 or 3848068. OLE color: 3848068.

HSL color Cylindrical-coordinate representation of color #84B73A: hue angle of 84.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84B73A is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB13218358-
CMYK0.2800.680.28
HSL84.48º51.87%47.25%-
HSV(B)84.48º68.31%71.76%-
XYZ27.2139.0810.11-
YUV153.574.1112.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=35.39%
G=49.06%
B=15.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132183580.2800.680.2884.4851.8747.25
Hex84B73A1C0441C54342f
Octal20426772340104341246457
Binary10000100101101111110101110001000100111001010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,183,58); }

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

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

 a { background-color: rgb(132,183,58); }

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

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

 span { border-color: rgb(132,183,58); }

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