#83BA32

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

Shades of Limerick #83BA32

Tints of Limerick #83BA32

Color information

#83BA32 (or 0x83BA32) is unknown color: approx Limerick. HEX triplet: 83, BA and 32. RGB value is (131,186,50). Sum of RGB (Red+Green+Blue) = 131+186+50=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA32 is #7C45CD. Grayscale: #9A9A9A. Windows color (decimal): -8144334 or 3324547. OLE color: 3324547.

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

Color convert

RGB13118650-
CMYK0.3000.730.27
HSL84.26º57.63%46.27%-
HSV(B)84.26º73.12%72.94%-
XYZ27.4940.179.32-
YUV154.0569.28111.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 186 (73.05% from 255) = 50.68%
BLUE value IS 50 (19.92% from 255) = 13.62%
R=35.69%
G=50.68%
B=13.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131186500.3000.730.2784.2657.6346.27
Hex83BA321E0491B543a2e
Octal20327262360111331247256
Binary10000011101110101100101111001001001110111010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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