#84AB1F

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

Shades of Limerick #84AB1F

Tints of Limerick #84AB1F

Color information

#84AB1F (or 0x84AB1F) is unknown color: approx Limerick. HEX triplet: 84, AB and 1F. RGB value is (132,171,31). Sum of RGB (Red+Green+Blue) = 132+171+31=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AB1F is #7B54E0. Grayscale: #8F8F8F. Windows color (decimal): -8082657 or 2075524. OLE color: 2075524.

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

Color convert

RGB13217131-
CMYK0.2300.820.33
HSL76.71º69.31%39.61%-
HSV(B)76.71º81.87%67.06%-
XYZ24.3334.136.6-
YUV143.3864.58119.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 171 (67.19% from 255) = 51.20%
BLUE value IS 31 (12.5% from 255) = 9.28%
R=39.52%
G=51.20%
B=9.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132171310.2300.820.3376.7169.3139.61
Hex84AB1F17052214d4528
Octal204253372701224111510550
Binary100001001010101111111101110101001010000110011011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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