#83A125

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

Shades of Limerick #83A125

Tints of Limerick #83A125

Color information

#83A125 (or 0x83A125) is unknown color: approx Limerick. HEX triplet: 83, A1 and 25. RGB value is (131,161,37). Sum of RGB (Red+Green+Blue) = 131+161+37=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #83A125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A125 is #7C5EDA. Grayscale: #8A8A8A. Windows color (decimal): -8150747 or 2466179. OLE color: 2466179.

HSL color Cylindrical-coordinate representation of color #83A125: hue angle of 74.52º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83A125 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB13116137-
CMYK0.1900.770.37
HSL74.52º62.63%38.82%-
HSV(B)74.52º77.02%63.14%-
XYZ22.4430.456.44-
YUV137.8971.06123.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=39.82%
G=48.94%
B=11.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131161370.1900.770.3774.5262.6338.82
Hex83A1251304D254b3f27
Octal20324145230115451137747
Binary100000111010000110010110011010011011001011001011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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