#83bc3d

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

Shades of Limerick #83BC3D

Tints of Limerick #83BC3D

Color information

#83BC3D (or 0x83BC3D) is unknown color: approx Limerick. HEX triplet: 83, BC and 3D. RGB value is (131,188,61). Sum of RGB (Red+Green+Blue) = 131+188+61=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC3D is #7C43C2. Grayscale: #9C9C9C. Windows color (decimal): -8143811 or 4045955. OLE color: 4045955.

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

Color convert

RGB13118861-
CMYK0.3000.680.26
HSL86.93º51%48.82%-
HSV(B)86.93º67.55%73.73%-
XYZ28.1941.1310.87-
YUV156.4874.12109.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=34.47%
G=49.47%
B=16.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188610.3000.680.2686.935148.82
Hex83BC3D1E0441A573331
Octal20327475360104321276361
Binary10000011101111001111011111001000100110101010111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bc3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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