#84B43A

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

Shades of Limerick #84B43A

Tints of Limerick #84B43A

Color information

#84B43A (or 0x84B43A) is unknown color: approx Limerick. HEX triplet: 84, B4 and 3A. RGB value is (132,180,58). Sum of RGB (Red+Green+Blue) = 132+180+58=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #84B43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B43A is #7B4BC5. Grayscale: #989898. Windows color (decimal): -8080326 or 3847300. OLE color: 3847300.

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

Color convert

RGB13218058-
CMYK0.2700.680.29
HSL83.61º51.26%46.67%-
HSV(B)83.61º67.78%70.59%-
XYZ26.637.859.91-
YUV151.7475.1113.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=35.68%
G=48.65%
B=15.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132180580.2700.680.2983.6151.2646.67
Hex84B43A1B0441D54332f
Octal20426472330104351246357
Binary10000100101101001110101101101000100111011010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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