#84A326

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

Shades of Limerick #84A326

Tints of Limerick #84A326

Color information

#84A326 (or 0x84A326) is unknown color: approx Limerick. HEX triplet: 84, A3 and 26. RGB value is (132,163,38). Sum of RGB (Red+Green+Blue) = 132+163+38=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #84A326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A326 is #7B5CD9. Grayscale: #8B8B8B. Windows color (decimal): -8084698 or 2532228. OLE color: 2532228.

HSL color Cylindrical-coordinate representation of color #84A326: hue angle of 74.88º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84A326 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB13216338-
CMYK0.1900.770.36
HSL74.88º62.19%39.41%-
HSV(B)74.88º76.69%63.92%-
XYZ22.9631.246.65-
YUV139.4870.73122.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=39.64%
G=48.95%
B=11.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132163380.1900.770.3674.8862.1939.41
Hex84A3261304D244b3e27
Octal20424346230115441137647
Binary100001001010001110011010011010011011001001001011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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