#83A020

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

Shades of Limerick #83A020

Tints of Limerick #83A020

Color information

#83A020 (or 0x83A020) is unknown color: approx Limerick. HEX triplet: 83, A0 and 20. RGB value is (131,160,32). Sum of RGB (Red+Green+Blue) = 131+160+32=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #83A020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A020 is #7C5FDF. Grayscale: #898989. Windows color (decimal): -8151008 or 2138243. OLE color: 2138243.

HSL color Cylindrical-coordinate representation of color #83A020: hue angle of 73.59º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83A020 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB13116032-
CMYK0.1800.800.37
HSL73.59º66.67%37.65%-
HSV(B)73.59º80%62.75%-
XYZ22.1930.076-
YUV136.7468.89123.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 32 (12.89% from 255) = 9.91%
R=40.56%
G=49.54%
B=9.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131160320.1800.800.3773.5966.6737.65
Hex83A02012050254a4326
Octal203240402201204511210346
Binary1000001110100000100000100100101000010010110010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,160,32); }

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

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

 a { background-color: rgb(131,160,32); }

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

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

 span { border-color: rgb(131,160,32); }

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