#83AD2A

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

Shades of Limerick #83AD2A

Tints of Limerick #83AD2A

Color information

#83AD2A (or 0x83AD2A) is unknown color: approx Limerick. HEX triplet: 83, AD and 2A. RGB value is (131,173,42). Sum of RGB (Red+Green+Blue) = 131+173+42=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD2A is #7C52D5. Grayscale: #919191. Windows color (decimal): -8147670 or 2796931. OLE color: 2796931.

HSL color Cylindrical-coordinate representation of color #83AD2A: hue angle of 79.24º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83AD2A is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB13117342-
CMYK0.2400.760.32
HSL79.24º60.93%42.16%-
HSV(B)79.24º75.72%67.84%-
XYZ24.7234.887.62-
YUV145.5169.59117.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=37.86%
G=50%
B=12.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131173420.2400.760.3279.2460.9342.16
Hex83AD2A1804C204f3d2a
Octal20325552300114401177552
Binary100000111010110110101011000010011001000001001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AD2A; }

 p { color: rgb(131,173,42); }

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

<style>
 a { background-color: #83AD2A; }

 a { background-color: rgb(131,173,42); }

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

<style>
 span { border-color: #83AD2A; }

 span { border-color: rgb(131,173,42); }

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