#83A62A

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

Shades of Limerick #83A62A

Tints of Limerick #83A62A

Color information

#83A62A (or 0x83A62A) is unknown color: approx Limerick. HEX triplet: 83, A6 and 2A. RGB value is (131,166,42). Sum of RGB (Red+Green+Blue) = 131+166+42=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #83A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A62A is #7C59D5. Grayscale: #8D8D8D. Windows color (decimal): -8149462 or 2795139. OLE color: 2795139.

HSL color Cylindrical-coordinate representation of color #83A62A: hue angle of 76.94º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83A62A is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB13116642-
CMYK0.2100.750.35
HSL76.94º59.62%40.78%-
HSV(B)76.94º74.7%65.1%-
XYZ23.4132.267.18-
YUV141.471.9120.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=38.64%
G=48.97%
B=12.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131166420.2100.750.3576.9459.6240.78
Hex83A62A1504B234d3c29
Octal20324652250113431157451
Binary100000111010011010101010101010010111000111001101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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