#83A820

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

Shades of Limerick #83A820

Tints of Limerick #83A820

Color information

#83A820 (or 0x83A820) is unknown color: approx Limerick. HEX triplet: 83, A8 and 20. RGB value is (131,168,32). Sum of RGB (Red+Green+Blue) = 131+168+32=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #83A820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A820 is #7C57DF. Grayscale: #8D8D8D. Windows color (decimal): -8148960 or 2140291. OLE color: 2140291.

HSL color Cylindrical-coordinate representation of color #83A820: hue angle of 76.32º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83A820 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB13116832-
CMYK0.2200.810.34
HSL76.32º68%39.22%-
HSV(B)76.32º80.95%65.88%-
XYZ23.6232.936.48-
YUV141.4366.24120.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 168 (66.02% from 255) = 50.76%
BLUE value IS 32 (12.89% from 255) = 9.67%
R=39.58%
G=50.76%
B=9.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131168320.2200.810.3476.326839.22
Hex83A82016051224c4427
Octal203250402601214211410447
Binary1000001110101000100000101100101000110001010011001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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