#84A527

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

Shades of Limerick #84A527

Tints of Limerick #84A527

Color information

#84A527 (or 0x84A527) is unknown color: approx Limerick. HEX triplet: 84, A5 and 27. RGB value is (132,165,39). Sum of RGB (Red+Green+Blue) = 132+165+39=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 165 - color contains mainly: green. Hex color #84A527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A527 is #7B5AD8. Grayscale: #8D8D8D. Windows color (decimal): -8084185 or 2598276. OLE color: 2598276.

HSL color Cylindrical-coordinate representation of color #84A527: hue angle of 75.71º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84A527 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB13216539-
CMYK0.2000.760.35
HSL75.71º61.76%40%-
HSV(B)75.71º76.36%64.71%-
XYZ23.3431.966.86-
YUV140.7770.57121.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 165 (64.84% from 255) = 49.11%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=39.29%
G=49.11%
B=11.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165390.2000.760.3575.7161.7640
Hex84A5271404C234c3e28
Octal20424547240114431147650
Binary100001001010010110011110100010011001000111001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,165,39); }

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

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

 a { background-color: rgb(132,165,39); }

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

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

 span { border-color: rgb(132,165,39); }

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