#84A926

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

Shades of Limerick #84A926

Tints of Limerick #84A926

Color information

#84A926 (or 0x84A926) is unknown color: approx Limerick. HEX triplet: 84, A9 and 26. RGB value is (132,169,38). Sum of RGB (Red+Green+Blue) = 132+169+38=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 169 (66.41% from 255 or 49.85% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 169 - color contains mainly: green. Hex color #84A926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A926 is #7B56D9. Grayscale: #8F8F8F. Windows color (decimal): -8083162 or 2533764. OLE color: 2533764.

HSL color Cylindrical-coordinate representation of color #84A926: hue angle of 76.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84A926 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB13216938-
CMYK0.2200.780.34
HSL76.95º63.29%40.59%-
HSV(B)76.95º77.51%66.27%-
XYZ24.0533.427.02-
YUV14368.74120.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 169 (66.41% from 255) = 49.85%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=38.94%
G=49.85%
B=11.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132169380.2200.780.3476.9563.2940.59
Hex84A9261604E224d3f29
Octal20425146260116421157751
Binary100001001010100110011010110010011101000101001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,38); }

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

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

 a { background-color: rgb(132,169,38); }

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

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

 span { border-color: rgb(132,169,38); }

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