#83AE26

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

Shades of Limerick #83AE26

Tints of Limerick #83AE26

Color information

#83AE26 (or 0x83AE26) is unknown color: approx Limerick. HEX triplet: 83, AE and 26. RGB value is (131,174,38). Sum of RGB (Red+Green+Blue) = 131+174+38=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AE26 is #7C51D9. Grayscale: #929292. Windows color (decimal): -8147418 or 2535043. OLE color: 2535043.

HSL color Cylindrical-coordinate representation of color #83AE26: hue angle of 78.97º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83AE26 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB13117438-
CMYK0.2500.780.32
HSL78.97º64.15%41.57%-
HSV(B)78.97º78.16%68.24%-
XYZ24.8535.247.33-
YUV145.6467.25117.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 38 (15.23% from 255) = 11.08%
R=38.19%
G=50.73%
B=11.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131174380.2500.780.3278.9764.1541.57
Hex83AE261904E204f402a
Octal203256463101164011710052
Binary1000001110101110100110110010100111010000010011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,174,38); }

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

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

 a { background-color: rgb(131,174,38); }

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

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

 span { border-color: rgb(131,174,38); }

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