#84AD26

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

Shades of Limerick #84AD26

Tints of Limerick #84AD26

Color information

#84AD26 (or 0x84AD26) is unknown color: approx Limerick. HEX triplet: 84, AD and 26. RGB value is (132,173,38). Sum of RGB (Red+Green+Blue) = 132+173+38=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD26 is #7B52D9. Grayscale: #919191. Windows color (decimal): -8082138 or 2534788. OLE color: 2534788.

HSL color Cylindrical-coordinate representation of color #84AD26: hue angle of 78.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84AD26 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB13217338-
CMYK0.2400.780.32
HSL78.22º63.98%41.37%-
HSV(B)78.22º78.03%67.84%-
XYZ24.8134.937.27-
YUV145.3567.42118.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 173 (67.97% from 255) = 50.44%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=38.48%
G=50.44%
B=11.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132173380.2400.780.3278.2263.9841.37
Hex84AD261804E204e4029
Octal204255463001164011610051
Binary1000010010101101100110110000100111010000010011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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