#83A625

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

Shades of Limerick #83A625

Tints of Limerick #83A625

Color information

#83A625 (or 0x83A625) is unknown color: approx Limerick. HEX triplet: 83, A6 and 25. RGB value is (131,166,37). Sum of RGB (Red+Green+Blue) = 131+166+37=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #83A625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A625 is #7C59DA. Grayscale: #8D8D8D. Windows color (decimal): -8149467 or 2467459. OLE color: 2467459.

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

Color convert

RGB13116637-
CMYK0.2100.780.35
HSL76.28º63.55%39.8%-
HSV(B)76.28º77.71%65.1%-
XYZ23.3332.236.74-
YUV140.8369.4120.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 166 (65.23% from 255) = 49.70%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=39.22%
G=49.70%
B=11.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131166370.2100.780.3576.2863.5539.8
Hex83A6251504E234c4028
Octal203246452501164311410050
Binary1000001110100110100101101010100111010001110011001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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