#84AB2B

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

Shades of Limerick #84AB2B

Tints of Limerick #84AB2B

Color information

#84AB2B (or 0x84AB2B) is unknown color: approx Limerick. HEX triplet: 84, AB and 2B. RGB value is (132,171,43). Sum of RGB (Red+Green+Blue) = 132+171+43=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB2B is #7B54D4. Grayscale: #919191. Windows color (decimal): -8082645 or 2861956. OLE color: 2861956.

HSL color Cylindrical-coordinate representation of color #84AB2B: hue angle of 78.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84AB2B is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB13217143-
CMYK0.2300.750.33
HSL78.28º59.81%41.96%-
HSV(B)78.28º74.85%67.06%-
XYZ24.5134.217.6-
YUV144.7570.58118.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=38.15%
G=49.42%
B=12.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132171430.2300.750.3378.2859.8141.96
Hex84AB2B1704B214e3c2a
Octal20425353270113411167452
Binary100001001010101110101110111010010111000011001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,43); }

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

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

 a { background-color: rgb(132,171,43); }

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

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

 span { border-color: rgb(132,171,43); }

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