#83bc3a

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

Shades of Limerick #83BC3A

Tints of Limerick #83BC3A

Color information

#83BC3A (or 0x83BC3A) is unknown color: approx Limerick. HEX triplet: 83, BC and 3A. RGB value is (131,188,58). Sum of RGB (Red+Green+Blue) = 131+188+58=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC3A is #7C43C5. Grayscale: #9C9C9C. Windows color (decimal): -8143814 or 3849347. OLE color: 3849347.

HSL color Cylindrical-coordinate representation of color #83BC3A: hue angle of 86.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83BC3A is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB13118858-
CMYK0.3000.690.26
HSL86.31º52.85%48.24%-
HSV(B)86.31º69.15%73.73%-
XYZ28.1141.110.45-
YUV156.1472.62110.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=34.75%
G=49.87%
B=15.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188580.3000.690.2686.3152.8548.24
Hex83BC3A1E0451A563530
Octal20327472360105321266560
Binary10000011101111001110101111001000101110101010110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,58); }

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

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

 a { background-color: rgb(131,188,58); }

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

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

 span { border-color: rgb(131,188,58); }

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