#83BA31

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

Shades of Limerick #83BA31

Tints of Limerick #83BA31

Color information

#83BA31 (or 0x83BA31) is unknown color: approx Limerick. HEX triplet: 83, BA and 31. RGB value is (131,186,49). Sum of RGB (Red+Green+Blue) = 131+186+49=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA31 is #7C45CE. Grayscale: #9A9A9A. Windows color (decimal): -8144335 or 3259011. OLE color: 3259011.

HSL color Cylindrical-coordinate representation of color #83BA31: hue angle of 84.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83BA31 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB13118649-
CMYK0.3000.740.27
HSL84.09º58.3%46.08%-
HSV(B)84.09º73.66%72.94%-
XYZ27.4740.169.21-
YUV153.9468.78111.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 186 (73.05% from 255) = 50.82%
BLUE value IS 49 (19.53% from 255) = 13.39%
R=35.79%
G=50.82%
B=13.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131186490.3000.740.2784.0958.346.08
Hex83BA311E04A1B543a2e
Octal20327261360112331247256
Binary10000011101110101100011111001001010110111010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,49); }

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

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

 a { background-color: rgb(131,186,49); }

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

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

 span { border-color: rgb(131,186,49); }

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