#83A321

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

Shades of Limerick #83A321

Tints of Limerick #83A321

Color information

#83A321 (or 0x83A321) is unknown color: approx Limerick. HEX triplet: 83, A3 and 21. RGB value is (131,163,33). Sum of RGB (Red+Green+Blue) = 131+163+33=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #83A321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A321 is #7C5CDE. Grayscale: #8B8B8B. Windows color (decimal): -8150239 or 2204547. OLE color: 2204547.

HSL color Cylindrical-coordinate representation of color #83A321: hue angle of 74.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83A321 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB13116333-
CMYK0.2000.800.36
HSL74.77º66.33%38.43%-
HSV(B)74.77º79.75%63.92%-
XYZ22.7331.136.25-
YUV138.6168.4122.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 33 (13.28% from 255) = 10.09%
R=40.06%
G=49.85%
B=10.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131163330.2000.800.3674.7766.3338.43
Hex83A32114050244b4226
Octal203243412401204411310246
Binary1000001110100011100001101000101000010010010010111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,163,33); }

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

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

 a { background-color: rgb(131,163,33); }

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

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

 span { border-color: rgb(131,163,33); }

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