#83A023

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

Shades of Limerick #83A023

Tints of Limerick #83A023

Color information

#83A023 (or 0x83A023) is unknown color: approx Limerick. HEX triplet: 83, A0 and 23. RGB value is (131,160,35). Sum of RGB (Red+Green+Blue) = 131+160+35=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #83A023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A023 is #7C5FDC. Grayscale: #898989. Windows color (decimal): -8151005 or 2334851. OLE color: 2334851.

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

Color convert

RGB13116035-
CMYK0.1800.780.37
HSL73.92º64.1%38.24%-
HSV(B)73.92º78.12%62.75%-
XYZ22.2330.096.23-
YUV137.0870.39123.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 35 (14.06% from 255) = 10.74%
R=40.18%
G=49.08%
B=10.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131160350.1800.780.3773.9264.138.24
Hex83A0231204E254a4026
Octal203240432201164511210046
Binary1000001110100000100011100100100111010010110010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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